Black Ops III

GetEntArrayByType

Gets an array of entities that have the given the type of the entity ( for example, ET_MISSILE )

Example:

grenades = GetEntArray( 0, ET_MISSILE )

Returns: entity

Parameters

ParameterSummary
*localclientnumWhich local client's entity list to use.
*typeType of the entity. Look into shared.gsh for the ET enum

* = mandatory