Black Ops III

GetEntArray

Looks up entities by key and name and a return an array of the matched entities

Example:

spawners = GetEntArray( "doorguy1", "targetname" )

Returns: entity

Parameters

ParameterSummary
[name]name to search for
[key]key that name goes with
[ignore spawners]if true then you won't get a spawner back

* = mandatory