Index
Collapse All
Expand All
Get Method
ControlList Class
Members
See Also
Beta Documentation - Subject to change.
Gets the item at the specified index.
Syntax
Lua
function
ControlList
:
Get
(
index
)
;
Parameters
index
Type: number
The index of the item to retrieve.
Returns
Type:
Control
The menu item at the specified index.
Remarks
Gets the item at the specified index.
See Also
ControlList
Turbine.UI