native get_cvar_flags(const cvar[]);
cvar | Cvar name to retrieve flags from |
Returns flags of a cvar. The cvar is accessed by name.
For a list of possible flags see the FCVAR_* constants in amxconst.inc
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.
Flag value
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.