entity_set_vector
- Синтаксис
-
native entity_set_vector(iIndex, iKey, const Float:vNewVector[3]);
Переменная | Описание |
---|---|
iIndex |
Entity index |
iKey |
Entry to write to |
vNewVector |
Array to copy to the entity |
- Описание
- Sets a vector type value in an entities entvar struct.
- Пометка
-
For a list of valid vector type entries, see the EV_VEC_* constants in engine_const.inc
- Возвращает
- 1 if value was sucessfully set, 0 if an invalid entry was specified