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

◆ GetAdjustedPosition()

vector GeyserTrigger::GetAdjustedPosition ( float height = 0)
inlineprotected

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

179 {
180 vector pos = GetPosition();
181 pos[1] = GetGame().SurfaceRoadY(pos[0], pos[2], RoadSurfaceDetection.UNDER) + height;
182
183 return pos;
184 }
proto native float SurfaceRoadY(float x, float z, RoadSurfaceDetection rsd=RoadSurfaceDetection.LEGACY)
proto native CGame GetGame()
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

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

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