Textitem: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Tag: Manual revert
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A text item represents a single area of text, much like a label does in standard GUI programing.  
A '''textitem''' object represents a single area of text, much like a label does in standard GUI programing.


To create a textitem, use [[textCreateDisplay]]. A text item can only be seen by players if it is added to a [[textdisplay]] using [[textDisplayAddObserver]].
A text item can only be seen by players if it is added to a [[textdisplay]] they are observers of using [[textDisplayAddText]].
 
==Related scripting functions==
{{Text functions}}

Latest revision as of 11:33, 11 June 2023