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

◆ Tick()

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

System function, don't call it.

См. определение в файле 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 }
void Remove(Object object)
Определения ActionTargets.c:207
override float Get()
Определения PlayerStatBase.c:134
@ Count
Определения RandomGeneratorSyncManager.c:8
bool m_processing
Определения tools.c:68
Result for an object found in CGame.IsBoxCollidingGeometryProxy.

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