C4 Engine
C4 Engine API Documentation

WidgetRegistration::GetWidgetFlags

Defined in:  C4Widgets.h
Returns the widget registration flags.
Prototype

uint32 GetWidgetFlags(voidconst;

Description
The GetWidgetFlags function returns the flags that were assigned to the widget type when the widget registration was created. The flags can be a combination (through logical OR) of the following constants.
kWidgetPanelOnly The widget can appear only in a panel effect.
See Also

WidgetRegistration::GetWidgetType

WidgetRegistration::GetWidgetName