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

◆ IsOutOfMap()

static bool IsOutOfMap ( EntityAI pEntity)
staticprotected

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

181 {
182 vector worldPos = pEntity.GetPosition();
183
184 if (worldPos[0] < 0 || worldPos[0] > GetGame().GetWorld().GetWorldSize() || worldPos[2] < 0 || worldPos[2] > GetGame().GetWorld().GetWorldSize())
185 {
186 return true;
187 }
188
189 return false;
190 }
Определения EnConvert.c:106
proto native CGame GetGame()

Перекрестные ссылки GetGame().

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