DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetGridCoords()
proto void World::GetGridCoords
(
vector
pos
,
float
gridSize
,
out
int
gridX
,
out
int
gridZ
)
private
Translates world coordinates to a grid coordinates(map grid)
Аргументы
pos
size
of grid in meters
x
grid position result [out]
z
grid position result [out]
int
x
,z;
g_Game
.GetWorld().GetGridCoords(
g_Game
.GetPlayer().GetPosition(), 100,
x
, z);
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
x
Icon x
World
Создано системой
1.13.2