Call of Duty Script Documentation

isstring( <variable> )


Module
Variables


Summary


Checks whether this entity/variable is a string

Example


if ( isstring ( gun_owner )) ... ;

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List