get_cvar_flags
- Синтаксис
-
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