Difference between revisions of "ScriptEvent:debugLine"

From Mod Wiki
 
(No difference)

Latest revision as of 12:54, 5 November 2007

Parameters

vector color -- RGB components of the color of the line.
vector start -- Start position of the line.
vector end -- End position of the line
float time -- Lifetime of the line in seconds.

Result

None.

Supported By

sdSysCallThread

Functionality

Adds a debug line between the specified points in the world.