DayZ 1.27
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 строка 365

366 {
368 m_IsRegistered = false;
369 }
bool m_IsRegistered
Whether the effect is registered in SEffectManager.
Определения Effect.c:51
void SetID(int id)
Set the ID registered in SEffectManager.
Определения Effect.c:527
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().