Difference between revisions of "ScriptEvent:debugCircle"

From Mod Wiki
 
(No difference)

Latest revision as of 12:54, 5 November 2007

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.