DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CoordToLocal()
proto native external
vector
IEntity::CoordToLocal
(
vector
coord
)
protected
Transforms world space position to local space.
Аргументы
coord
vector
world space position to transform
Возвращает
vector
position in local space
Man player =
g_Game
.GetPlayer();
Print
( player.CoordToLocal(
"500 10 155"
) );
>> <15254,-54.2004,8745.53>
g_Game
DayZGame g_Game
Определения
DayZGame.c:3868
Print
proto void Print(void var)
Prints content of variable to console/log.
IEntity
Создано системой
1.13.2