Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_DebugShapeManager Member List

This is the complete list of members for SCR_DebugShapeManager, including all inherited members.

AddAABBRectangleXZ(vector min, vector max, int colour=DEFAULT_COLOUR)SCR_DebugShapeManager
AddArrow(vector from, vector to, int colour=DEFAULT_COLOUR)SCR_DebugShapeManager
AddBBox(vector min, vector max, int colour=DEFAULT_COLOUR, ShapeFlags additionalFlags=0)SCR_DebugShapeManager
AddCircleArcXZ(vector centre, float angleStartRad, float coveredAngleRad, float radius, int colour=DEFAULT_COLOUR)SCR_DebugShapeManager
AddCircleSliceXZ(vector centre, float angleStartRad, float coveredAngleRad, float radius, int colour=DEFAULT_COLOUR)SCR_DebugShapeManager
AddCircleXZ(vector centre, float radius, int colour=DEFAULT_COLOUR)SCR_DebugShapeManager
AddLine(vector from, vector to, int colour=DEFAULT_COLOUR, ShapeFlags additionalFlags=0)SCR_DebugShapeManager
AddParallelLines(vector origin, vector vectorDir, float length, float width, int colour=DEFAULT_COLOUR)SCR_DebugShapeManager
AddPolyLine(notnull array< vector > points, int colour=DEFAULT_COLOUR)SCR_DebugShapeManager
AddRectangle(vector origin, vector vectorDir, float length, float width, int colour=DEFAULT_COLOUR)SCR_DebugShapeManager
AddRectangleXZ(vector origin, float directionRad, float length, float width, int colour=DEFAULT_COLOUR)SCR_DebugShapeManager
AddSphere(vector centre, float radius, int colour=DEFAULT_COLOUR, ShapeFlags additionalFlags=0)SCR_DebugShapeManager
Clear()SCR_DebugShapeManager
DEFAULT_COLOURSCR_DebugShapeManagerprotectedstatic
DEFAULT_FLAGSSCR_DebugShapeManagerprotectedstatic
m_aShapesSCR_DebugShapeManagerprotected
Remove(notnull Shape shape)SCR_DebugShapeManager