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