DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Event_OnUnregistered()

void Event_OnUnregistered ( )
protected

Event called from SEffectManager when the Effect is unregistered.

Заметки
Should only ever be called by SEffectManager!

См. определение в файле Effect.c строка 367

368 {
370 m_IsRegistered = false;
371 }
bool m_IsRegistered
Whether the effect is registered in SEffectManager.
Определения Effect.c:53
void SetID(int id)
Set the ID registered in SEffectManager.
Определения Effect.c:552
static const int INVALID_ID
As the counter starts at 1, Effect ID can never be 0.
Определения EffectManager.c:14
Manager class for managing Effect (EffectParticle, EffectSound)
Определения EffectManager.c:6

Перекрестные ссылки SEffectManager::INVALID_ID, m_IsRegistered и SetID().