Call of Duty Script Documentation
isai( <entity> )
ModuleSentient
Summary
Checks whether this entity is an ai character
Example
if ( isai ( gun_owner )) ... ;
Minimum Number of arguments: 1
1 : <entity> An entity object that may be an ai character
Number of optional arguments: 0
Return to Function List