Index
Collapse All
Expand All
AppendText Method
Label Class
Members
See Also
Beta Documentation - Subject to change.
Appends text to the end of the label.
Syntax
Lua
function
Label
:
AppendText
(
value
)
;
Parameters
value
Type: string
The text to append.
Remarks
Appends text to the end of the label.
See Also
Label
Turbine.UI