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

◆ PlaceOnGround()

void ItemBase::PlaceOnGround ( )
inlineprivate

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

6 {
7 vector pos = GetPosition();
8 pos[1] = g_Game.SurfaceRoadY(pos[0], pos[2]);
9 pos[1] = pos[1] + 0.22;
10 SetPosition(pos);
11 }
DayZGame g_Game
Определения DayZGame.c:3942
proto native void SetPosition(vector position)
Set the world position of the Effect.
Определения Effect.c:463
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

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