Index
Collapse All
Expand All
GetParent Method
Control Class
Members
See Also
Beta Documentation - Subject to change.
Gets the parent of the control.
Syntax
Lua
function
Control
:
GetParent
(
)
;
Returns
Type:
Control
The parent of the control.
Remarks
This method will return the parent of the control.
See Also
Control
Turbine.UI