entity_set_int
- Синтаксис
-
native entity_set_int(iIndex, iKey, iVal);
Переменная | Описание |
---|---|
iIndex |
Entity index |
iKey |
Entry to write to |
iVal |
Value to set |
- Описание
- Sets an integer type value in an entities entvar struct.
- Пометка
-
For a list of valid integer type entries, see the EV_INT_* constants in engine_const.inc
- Возвращает
- 1 if value was sucessfully set, 0 if an invalid entry was specified