DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetCollisionBox()
proto native
bool
IEntity::GetCollisionBox
(
out
vector
minMax
[2]
)
private
Gets collision bounding box.
Аргументы
minMax
array[2] of vectors, into minMax[0] is returned min, into minMax[1] is returned max
Возвращает
true if collision box exists, false otherwise
vector
minMax[2];
if
(
g_Game
.GetPlayer().GetCollisionBox(minMax))
Print
(
"has box"
);
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
vector
Определения
EnConvert.c:119
Print
proto void Print(void var)
Prints content of variable to console/log.
IEntity
Создано системой
1.13.2