Difference between revisions of "ScriptEvent:drawText"
From Mod Wiki
(No difference)
|
Latest revision as of 13:00, 5 November 2007
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.