native get_cvar_pointer(const cvar[]);
cvar | Cvar name to find |
Returns the cvar pointer of the specified cvar.
A pointer is also returned by register_cvar() and create_cvar(). Plugins can (and should) retrieve and use pointers for already existing mod cvars.
Cvar pointer on success, 0 if cvar was not found
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.