IsSentient( <entity> )


Module: Sentient
SP Only

Summary:

Checks whether this entity is a sentient, that is either an ai character or the player



Example:

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



Required Args:

  • 1 : <entity> An entity object that may be a sentient character