Widget::GetPanelController
Defined in:
Returns the panel controller to which a widget belongs.
C4Widgets.h
Prototype
PanelController *GetPanelController(void) const;
Description
The GetPanelController
function returns the panel controller to which a widget belongs. If the widget is not part of an in-game panel effect, then the return value is nullptr
.
See Also