Call of Duty Script Documentation

getdebugdvarint( <dvar> )


Module
Dvars


Summary


Gets the value of a debug dvar as an integer

Example


if (getdebugdvarint("debug_stopenemypos") != -1) ... 

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List