Documentation
›
API Reference
›
Object
›
GUI
GetBase
Lua
C++
Each GUI object has a base widget other widgets are parented to. This function returns the base GUI widget. New widgets can be created as a child of this widget, to add them to the GUI.
Syntax
Widget*
GetBase
()
Returns
Returns the GUI base widget.