native get_pcvar_flags(pcvar);
pcvar | Pointer to cvar to retrieve flags from |
Returns flags of a cvar via direct pointer access.
For a list of possible flags see the FCVAR_* constants in amxconst.inc
1 on success, 0 if cvar pointer is invalid
If an invalid cvar pointer is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.