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

◆ OnStayStartServerEvent()

override void AreaDamageLooped::OnStayStartServerEvent ( int nrOfInsiders)
inlineprotected

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

47 {
48 super.OnStayStartServerEvent(nrOfInsiders);
49
50 m_CurrentTime = g_Game.GetTickTime();
53
55 }
DayZGame g_Game
Определения DayZGame.c:3868
float m_AccumulatedTime
How much time has accumulated.
Определения AreaDamageLooped.c:8
float m_CurrentTime
Current start time in seconds.
Определения AreaDamageLooped.c:4
float m_PreviousTime
Previous start time in seconds.
Определения AreaDamageLooped.c:6
int m_AmountOfLoops
Caching of the amount of loops that will be performed in this frame.
Определения AreaDamageLooped.c:13
float m_LoopInterval
Loop interval in seconds.
Определения AreaDamageLooped.c:10

Перекрестные ссылки g_Game, m_AccumulatedTime, m_AmountOfLoops, m_CurrentTime, m_LoopInterval и m_PreviousTime.