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

◆ StopAllEffects()

void StopAllEffects ( int mask = 0)
protected

stops all effects of a certain kind

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

382 {
384 {
386 {
387 if (requester.GetCategoryMask() & mask)
388 {
389 requester.Stop();
390 }
391 }
392 }
393 }
ref array< ref PPERequesterBase > m_ExistingPostprocessRequests
Определения PPEManager.c:61

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