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

◆ SetDefferedActive()

void UniversalTemperatureSourceDebug::SetDefferedActive ( bool pActive,
float pSeconds )
inlineprotected

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

189 {
190 if (m_Settings)
191 g_Game.GetCallQueue(CALL_CATEGORY_GAMEPLAY).CallLaterByName(this, "SetActive", pSeconds * 1000, false, new Param1<bool>(pActive));
192 }
DayZGame g_Game
Определения DayZGame.c:3942
UniversalTemperatureSourceSettings m_Settings
Определения UniversalTemperatureSource.c:72
const int CALL_CATEGORY_GAMEPLAY
Определения 3_Game/DayZ/tools/tools.c:10

Перекрестные ссылки CALL_CATEGORY_GAMEPLAY, g_Game и m_Settings.