Call of Duty Script Documentation
getentarray( <name>, <key> )
ModuleEntity
Summary
Gets an array of entities that have the given key, name pair.
Example
aeExplosions = getentarray (strExplosion, "targetname");
Minimum Number of arguments: 2
1 : <name> Name to search for.
2 : <key> The key to search for.
Number of optional arguments: 0
Return to Function List