DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
VectorToLocal()
proto native external
vector
IEntity::VectorToLocal
(
vector
vec
)
protected
Transforms world space vector to local space.
Аргументы
vec
vector
world space vector to transform
Возвращает
vector
local space vector
Man player =
g_Game
.GetPlayer();
Print
( player.VectorToLocal(
"2 1 5"
) );
>> <-0.166849,1,5.38258>
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