entity_get_float
- Синтаксис
-
native Float:entity_get_float(iIndex, iKey);
Переменная | Описание |
---|---|
iIndex |
Entity index |
iKey |
Entry to retrieve from |
- Описание
- Returns a float type value from an entities entvar struct.
- Пометка
-
For a list of valid float type entries, see the EV_FL_* constants in engine_const.inc
- Возвращает
- Value of specified entry, or 0 if an invalid entry was specified