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

◆ DrawLines()

static Shape Debug::DrawLines ( vector[] positions,
int count,
int color = 0xFFFFFFFF,
int flags = 0 )
inlinestaticprivate

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

396 {
397
398 Shape shape = Shape.CreateLines(color, flags, positions, count);
399 if (( flags & ShapeFlags.ONCE ) == 0)
400 m_DebugShapes.Insert(shape);
401 return shape;
402 }
static ref array< Shape > m_DebugShapes
Определения Debug.c:24
ShapeFlags
Определения EnDebug.c:126
class DiagMenu Shape
don't call destructor directly. Use Destroy() instead

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

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