Call of Duty Script Documentation

issentient( <entity> )


Module
Sentient


Summary


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

Example


if ( issentient ( vehicle.riders[j] )) ... ;

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List