Call of Duty Script Documentation

getentarray( <name>, <key> )


Module
Entity


Summary


Gets an array of entities that have the given key, name pair.

Example


aeExplosions = getentarray (strExplosion, "targetname");

Minimum Number of arguments: 2


Number of optional arguments: 0



Return to Function List