entity_get_edict2
- Синтаксис
-
native entity_get_edict2(iIndex, iKey);
Переменная | Описание |
---|---|
iIndex |
Entity index |
iKey |
Entry to retrieve from |
- Описание
- Returns an edict type value from an entities entvar struct.
- Пометка
-
For a list of valid edict type entries, see the EV_ENT_* constants in engine_const.inc
- Пометка
-
This native returns -1 as a safe error value if the edict retrieved from the entvar is an invalid entity. Otherwise it is identical to entity_get_edict().
- Возвращает
- Entity index in specified entry, -1 if the edict in the entvar is not a valid entity or an invalid entry was specified