Call of Duty Script Documentation
getdvarint( <dvar> )
ModuleDvars
Summary
Gets the value of a dvar as an integer
Example
level.fogtype = getdvarint("scr_fog_type");
Minimum Number of arguments: 1
1 : <dvar> The dvar name as a string
Number of optional arguments: 0
Return to Function List