Call of Duty Script Documentation
getdebugdvarfloat( <dvar> )
ModuleDvars
Summary
Gets the value of a debug dvar as a floating point number
Example
if (getdebugdvarfloat("debug_stopenemypos") < -1) ...
Minimum Number of arguments: 1
1 : <dvar> The dvar name as a string
Number of optional arguments: 0
Return to Function List