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

◆ DrawDebugCollisionBox()

void DrawDebugCollisionBox ( vector min_max[2],
int color )
protected

См. определение в файле Construction.c строка 1170

1171 {
1173
1174 vector mat[4];
1175 GetParent().GetTransform( mat );
1176
1177 m_CollisionBox = Debug.DrawBox( min_max[0], min_max[1], color );
1178 m_CollisionBox.SetMatrix( mat );
1179 }
Shape m_CollisionBox
Определения Construction.c:19
void DestroyDebugCollisionBox()
Определения Construction.c:1181
static Shape DrawBox(vector pos1, vector pos2, int color=0x1fff7f7f)
Определения Debug.c:286
Определения Debug.c:2
Определения EnConvert.c:106
BaseBuildingBase GetParent()
Get parent of the Effect.
Определения Construction.c:40

Перекрестные ссылки DestroyDebugCollisionBox(), Debug::DrawBox(), GetParent() и m_CollisionBox.

Используется в Hologram::IsCollidingBBox().