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

◆ StopRainProcurement()

void RainProcurementComponentBase::StopRainProcurement ( )
inlineprotected

Called on server to queue rain procurement removal (on next cycle end)

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

29 {
30 #ifdef SERVER
31 if (IsActive())
32 {
33 SetActive(false);
34 m_Handler.QueueStop(this);
35 }
36 #endif
37 }
void SetActive()
Определения TrapBase.c:414
RainProcurementHandler m_Handler
Определения RainProcurementComponent.c:4

Перекрестные ссылки IsActive(), m_Handler и SetActive().