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

◆ RemoveRefresherPosition()

void BaseBuildingBase::RemoveRefresherPosition ( int idx = -2)
inlineprotected

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

218 {
219 if (!GetGame())
220 return;
221
222 Mission mission = GetGame().GetMission();
224 return;
225
226 if (idx == -2)
227 {
229 }
230
231 if (idx > -1)
232 {
234 }
235 }
Mission mission
Определения DisplayStatus.c:28
proto native Mission GetMission()
ref array< vector > m_ActiveRefresherLocations
Определения gameplay.c:690
proto native CGame GetGame()
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

Перекрестные ссылки GetGame(), CGame::GetMission(), GetPosition и mission.

Используется в HandleRefreshers() и ~TerritoryFlag().