IsVisible
From LoTROInterface Wiki
API Reference > Turbine.UI.Control.IsVisible()
Gets a flag indicating if the control is visible.
Syntax
| Lua | |
|---|---|
| function Control:IsVisible(); | |
Returns
Type: boolean
True if the control is visible.
Remarks
Gets a flag indicating if the control is visible.This example toggles the visibility of a label when a button is clicked.