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

◆ ~Effect()

void ~Effect ( )
protected

dtor

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

88 {
89 // Safety
90 if ( IsRegistered() )
92
93 // Certain effects need to be stopped to clean up properly
94 Stop();
95
96 // Another safety
98 }
int GetID()
Get the ID registered in SEffectManager.
Определения Effect.c:561
bool IsRegistered()
Get whether this Effect is registered in SEffectManager.
Определения Effect.c:570
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:282
void Stop()
Stops all elements this effect consists of.
Определения Effect.c:183

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