IsSelectable
From LoTROInterface Wiki
API Reference > Turbine.UI.Label.IsSelectable()
Gets a flag indicating if the text in the label is selectable.
Syntax
| Lua | |
|---|---|
| function Label:IsSelectable(); | |
Returns
Type: boolean
True if the text in the label is selectable.
Remarks
When true, the text of a label can be selected using the mouse by clicking and dragging.