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

◆ ~Effect()

void ~Effect ( )
protected

dtor

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

86 {
87 // Safety
88 if ( IsRegistered() )
90
91 // Certain effects need to be stopped to clean up properly
92 Stop();
93
94 // Another safety
96 }
int GetID()
Get the ID registered in SEffectManager.
Определения Effect.c:536
bool IsRegistered()
Get whether this Effect is registered in SEffectManager.
Определения Effect.c:545
static void EffectUnregister(int id)
Unregisters Effect in SEffectManager.
Определения EffectManager.c:369
Manager class for managing Effect (EffectParticle, EffectSound)
Определения EffectManager.c:6
void SetEnableEventFrame(bool enable)
Enable Event_OnFrameUpdate for the effect.
Определения Effect.c:280
void Stop()
Stops all elements this effect consists of.
Определения Effect.c:181

Перекрестные ссылки SEffectManager::EffectUnregister(), GetID(), IsRegistered(), SetEnableEventFrame() и Stop().