get_cvar_float
- Синтаксис
-
native Float:get_cvar_float(const cvarname[]);
Переменная | Описание |
---|---|
cvarname |
Cvar name to retrieve value from |
- Описание
- Returns a floating value from a cvar. The cvar is accessed by name.
- Пометка
-
Accessing a Cvar by name is slower than direct pointer access, which is why the otherwise equivalent get_pcvar_float() function should be used instead.
- Возвращает
- Cvar value, converted to float