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

◆ RemoveRefresherPosition()

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

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

218 {
219 if (!g_Game)
220 return;
221
222 Mission mission = g_Game.GetMission();
224 return;
225
226 if (idx == -2)
227 {
229 }
230
231 if (idx > -1)
232 {
234 }
235 }
DayZGame g_Game
Определения DayZGame.c:3942
Mission mission
Определения DisplayStatus.c:28
ref array< vector > m_ActiveRefresherLocations
Определения gameplay.c:689
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

Перекрестные ссылки g_Game, GetPosition() и mission.

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