dvar
Dvar from the game such as cg_draw2D or sensitivity etc. Dvars store their value in a union type. This means its your responsibility to call the correct getX and setX method to read or write data.
Properties
name
description
Methods
getBool
getInt
getFloat
getString
setBool
setInt
setFloat
setString
restoreDefault
Example:
Last updated