Black Ops III

IsSentient

Checks whether this entity is a sentient, that is normally either an ai actor, ai vehicle or the player

Example:

if ( IsSentient( vehicle.riders[j] ) ) ...

Parameters

ParameterSummary
*entityAn entity object that may be a sentient character

* = mandatory