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

◆ Event_OnFrameUpdate()

static void SEffectManager::Event_OnFrameUpdate ( float time_delta)
inlinestaticprotected

Event called on frame.

Заметки
Called from MissionGameplay.OnUpdate
Effects register themselves by Effect.SetEnableEventFrame(true)
EffectSound is automatically registered
Аргументы
time_deltafloat Time passed since the previous frame

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

481 {
482 Event_OnFrameUpdate.Invoke(time_delta);
483 }
static ref ScriptInvoker Event_OnFrameUpdate
Static invoker for the SEffectManager.Event_OnFrameUpdate called form MissionGameplay....
Определения EffectManager.c:24

Перекрестные ссылки Event_OnFrameUpdate.