get_xvar_float
- Синтаксис
-
native Float:get_xvar_float(id);
Переменная | Описание |
---|---|
id |
Xvar id, an xvar id can be retrieved using get_xvar_id() |
- Описание
- Returns the float value of a public variable.
- Пометка
-
If multiple plugins declare the same public variable, they are not automatically synchronized. The xvar system accesses only one of all public variables directly. Xvars have to be read through the natives or the value will be incorrect.
- Возвращает
- Xvar float value