Call of Duty Script Documentation
isdefined( <object> )
ModuleVariables
Summary
Checks whether this entity/variable is defined
Example
if ( isdefined ( gun_owner )) ... ;
Minimum Number of arguments: 1
1 : <object> object that may or may not be defined
Number of optional arguments: 0
Return to Function List