DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ClippingInfo()
proto
float
IEntity::ClippingInfo
(
out
vector
minMax
[2]
)
private
Get Clipping info.
Аргументы
minMax
array[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);
CGame::GetPlayer
proto native DayZPlayer GetPlayer()
vector
Определения
EnConvert.c:106
GetGame
proto native CGame GetGame()
Print
proto void Print(void var)
Prints content of variable to console/log.
IEntity
Создано системой
1.13.2