native
get_cvar_pointer
Syntax
native get_cvar_pointer(const cvar[]);
Description
Returns the cvar pointer of the specified cvar.
Parameters
| cvar | Cvar name to find |
|---|
Note
A pointer is also returned by register_cvar() and create_cvar().
Plugins can (and should) retrieve and use pointers for already existing
mod cvars.
Return
Cvar pointer on success, 0 if cvar was not found