native get_cvar_num(const cvarname[]);
cvarname | Cvar name to retrieve value from |
Returns an integer value from a cvar. The cvar is accessed by name.
Accessing a Cvar by name is slower than direct pointer access, which is why the otherwise equivalent get_pcvar_num() function should be used instead.
Cvar value, converted to int
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.