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

◆ DrawBoxEx()

static Shape Debug::DrawBoxEx ( vector pos1,
vector pos2,
int color = 0x1fff7f7f,
ShapeFlags flags = ShapeFlags.TRANSP|ShapeFlags.NOZWRITE )
inlinestaticprivate

См. определение в файле 3_Game/DayZ/tools/Debug.c строка 354

355 {
356 Shape shape = Shape.Create(ShapeType.BBOX, color, flags, pos1, pos2);
357 if (( flags & ShapeFlags.ONCE ) == 0)
358 m_DebugShapes.Insert(shape);
359 return shape;
360 }
static ref array< Shape > m_DebugShapes
Определения 3_Game/DayZ/tools/Debug.c:24
ShapeType
Определения EnDebug.c:116
ShapeFlags
Определения EnDebug.c:126
class DiagMenu Shape
don't call destructor directly. Use Destroy() instead

Перекрестные ссылки m_DebugShapes и Shape.

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