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

◆ Tick()

void array< ref CallQueueContext >::Tick ( )
inlineprivate

System function, don't call it.

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

79 {
80 if (m_processing) return;
81
82 m_processing = true;
83
84 while(Count() > 0)
85 {
87 if (!ctx.IsValid())
88 {
89 Remove(0);
90 }
91 else
92 {
93 Remove(0);
94 ctx.Call();
95 }
96 }
97
98 m_processing = false;
99 }
override float Get()
Определения PlayerStatBase.c:134
@ Count
Определения RandomGeneratorSyncManager.c:8
Result for an object found in CGame.IsBoxCollidingGeometryProxy.

Перекрестные ссылки CallQueueContext::Call(), Count, Get(), CallQueueContext::IsValid() и m_processing.