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

◆ DrawCylinder()

static Shape Debug::DrawCylinder ( vector pos,
float radius,
float height = 1,
int color = 0x1fff7f7f,
ShapeFlags flags = ShapeFlags.TRANSP|ShapeFlags.NOOUTLINE )
inlinestaticprivate

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

336 {
337 Shape shape = Shape.CreateCylinder(color, flags, pos, radius, height);
338 if (( flags & ShapeFlags.ONCE ) == 0)
339 m_DebugShapes.Insert(shape);
340 return shape;
341 }
static ref array< Shape > m_DebugShapes
Определения 3_Game/tools/Debug.c:24
ShapeFlags
Определения EnDebug.c:126
class DiagMenu Shape
don't call destructor directly. Use Destroy() instead

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

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