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

◆ GetAdjustedPosition()

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

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

187 {
188 vector pos = GetPosition();
189 pos[1] = g_Game.SurfaceRoadY(pos[0], pos[2], RoadSurfaceDetection.UNDER) + height;
190
191 return pos;
192 }
DayZGame g_Game
Определения DayZGame.c:3942
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

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

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