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

◆ OnInit()

void OnInit ( int category)
protected

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

329 {
330 m_duration = 1;
331 m_loop = false;
332 m_time = 0;
333 m_running = false;
334 if (GetGame())
335 m_timerQueue = GetGame().GetTimerQueue(category);
336 else
337 ErrorEx("Attempting to Init a timer when the game does not exist (GetGame() == null)");
338 }
override TimerQueue GetTimerQueue(int call_category)
Определения DayZGame.c:1210
proto native CGame GetGame()
enum ShapeType ErrorEx
float m_time
Определения tools.c:224
class DragQueue extends CallQueue m_running
TimerBase Class provide just interface for all Timer classes. Don't instance this class,...
bool m_loop
Определения tools.c:222
float m_duration
Определения tools.c:223
array< TimerBase > m_timerQueue
Определения tools.c:225

Перекрестные ссылки ErrorEx, GetGame(), CGame::GetTimerQueue(), m_duration, m_loop, m_running, m_time и m_timerQueue.