Textitem

From Multi Theft Auto: Wiki
Revision as of 19:59, 23 March 2006 by EAi (talk | contribs)
Jump to navigation Jump to search

A text item represents a single area of text, much like a label does in standard GUI programing.

To create a textitem, use textCreateTextItem. A text item can only be seen by players if it is added to a textdisplay using textDisplayAddText.