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

◆ Headtorch_ColorBase()

void Clothing::Headtorch_ColorBase ( )
inlineprivate

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

23 {
24 if (GetGame().IsServer())
25 {
26 if (!m_Timer)
27 m_Timer = new Timer(CALL_CATEGORY_SYSTEM);
28
29 m_Timer.Run(1 , this, "CheckParent", NULL, false);
30 }
31 }
ref Timer m_Timer
Определения Headtorch_ColorBase.c:20
proto native CGame GetGame()
const int CALL_CATEGORY_SYSTEM
Определения tools.c:8

Перекрестные ссылки CALL_CATEGORY_SYSTEM, GetGame() и m_Timer.