ScriptEvent:drawText

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

Parameters

string text -- Text to display.
vector origin -- Origin of the text.
float scale -- Scales the size of the text.
vector color -- RGB components of the color of the text.
integer align -- Alignment of the text, 0 = left, 1 = center, 2 = right.
float time -- Lifetime of the text in seconds.

Result

None.

Supported By

sdSysCallThread

Functionality

Adds debug text in the world.