ScriptEvent:debugCircle

From Mod Wiki
Revision as of 12:54, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Parameters

vector color -- RGB components of the color of the circle.
vector origin -- Origin of the circle.
vector normal -- Normal of the plane on which the circle will lie.
float radius -- Radius of the circle.
integer segments -- Number of lines to draw the circle using.
float time -- Lifetime of the circle in seconds.

Result

None.

Supported By

sdSysCallThread

Functionality

Adds a debug circle at the specified point in the world.