GetSize
From LoTROInterface Wiki
API Reference > Turbine.UI.Control.GetSize()
Gets the size of the control.
Syntax
| Lua | |
|---|---|
| function Control:GetSize(); | |
Returns
Type: number, number
The width and height as a pair of integers.
Remarks
Gets the size of the control, returning the pair of width and height in a list of integers.