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

◆ GetOrigin()

proto native external vector IEntity::GetOrigin ( )
protected

Returns origin of Entity.

Возвращает
vector entity origin
Man player = g_Game.GetPlayer();
Print( player.GetOrigin() );
>> <2577.02,15.6837,2924.27>
DayZGame g_Game
Определения DayZGame.c:3868
proto void Print(void var)
Prints content of variable to console/log.

Используется в OnUpdate().