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

◆ RemoveCalls()

void array< ref CallQueueContext >::RemoveCalls ( Class obj)
inlineprivate

Removes all queued calls for object (call this function when object is going to be deleted)

Аргументы
objobject for which you want remove all "lazy" calls

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

119 {
120 if (Count())
121 {
122 for (int i = Count() - 1; i >= 0; i--)
123 {
125 if (ctx.m_target == obj)
126 {
127 ctx.Invalidate();
128 }
129 }
130 }
131 }
override float Get()
Определения PlayerStatBase.c:134
@ Count
Определения RandomGeneratorSyncManager.c:8
Result for an object found in CGame.IsBoxCollidingGeometryProxy.

Перекрестные ссылки Count, Get(), CallQueueContext::Invalidate(), CallQueueContext::m_target и obj.