get_cvar_flags

Syntax

native get_cvar_flags(const cvar[]);

Usage

Parameter Description
cvar
Cvar name to retrieve flags from

Description

Returns flags of a cvar. The cvar is accessed by name.

Note

  • 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.

Return

Flag value