native
get_cvar_flags
Syntax
native get_cvar_flags(const cvar[]);
Description
Returns flags of a cvar. The cvar is accessed by name.
Parameters
| cvar | Cvar name to retrieve flags from |
|---|
Note
For a list of possible flags see the FCVAR_* constants in amxconst.inc
Note
Accessing a Cvar by name is slower than direct pointer access, which is
why the otherwise equivalent get_pcvar_flags() function should be used
instead.
Return
Flag value