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

◆ CoordToLocal()

proto native external vector IEntity::CoordToLocal ( vector coord)
protected

Transforms world space position to local space.

Аргументы
coordvector 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>
DayZGame g_Game
Определения DayZGame.c:3868
proto void Print(void var)
Prints content of variable to console/log.