ScriptEvent:drawText

From Mod Wiki

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.