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

◆ GetExistingRequester()

bool GetExistingRequester ( typename req ,
out PPERequesterBase ret )
protected

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

233 {
234 int idx = m_ExistingPostprocessRequests.Find(PPERequesterBank.GetRequester(req));
235 if (idx > -1)
236 {
237 ret = m_ExistingPostprocessRequests.Get(idx);
238 return true;
239 }
240 return false;
241 }
ref array< ref PPERequesterBase > m_ExistingPostprocessRequests
Определения PPEManager.c:61

Перекрестные ссылки m_ExistingPostprocessRequests.

Используется в IsAnyRequesterRunning().