Textitem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary Tag: Manual revert |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
A | A '''textitem''' object represents a single area of text, much like a label does in standard GUI programing. | ||
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
A textitem object represents a single area of text, much like a label does in standard GUI programing.
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
- textCreateDisplay
- textCreateTextItem
- textDestroyDisplay
- textDestroyTextItem
- textDisplayAddObserver
- textDisplayAddText
- textDisplayGetObservers
- textDisplayIsObserver
- textDisplayRemoveObserver
- textDisplayRemoveText
- textItemGetColor
- textItemGetPosition
- textItemGetPriority
- textItemGetScale
- textItemGetText
- textItemSetColor
- textItemSetPosition
- textItemSetPriority
- textItemSetScale
- textItemSetText