Call of Duty Script Documentation

isplayer( <entity> )


Module
Sentient


Summary


Checks whether this entity is the player

Example


if ( isplayer ( gun_owner )) ... ;

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List