IsMultiline
From LoTROInterface Wiki
API Reference > Turbine.UI.Label.IsMultiline()
Gets if the label is set to display multiple lines.
Syntax
| Lua | |
|---|---|
| function Label:IsMultiline(); | |
Returns
Type: boolean
True if the label will display on multiple lines.
Remarks
When true the text exceeds the width of the label, the text will automatically wrap onto the next line.