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

◆ ClippingInfo()

proto float IEntity::ClippingInfo ( out vector minMax[2])
private

Get Clipping info.

Аргументы
minMaxarray[2] of vectors, into minMax[0] is returned min, into minMax[1] is returned max
Возвращает
radius of bounding box
vector minMax[2];
float radius = GetGame().GetPlayer().ClippingInfo(minMax);
Print(minMax);
Print(radius);
proto native DayZPlayer GetPlayer()
Определения EnConvert.c:106
proto native CGame GetGame()
proto void Print(void var)
Prints content of variable to console/log.