Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/eWidgetType"

From Frictional Wiki
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Values== {| class="wikitable sortable" ! Enum Name...")
 
(No difference)

Latest revision as of 00:35, 16 November 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Values

Enum Name Integer Value Description
eWidgetType_Root 0
eWidgetType_Window 1
eWidgetType_Button 2
eWidgetType_Frame 3
eWidgetType_Label 4
eWidgetType_Slider 5
eWidgetType_TextBox 6
eWidgetType_CheckBox 7
eWidgetType_Image 8
eWidgetType_ListBox 9
eWidgetType_ComboBox 10
eWidgetType_ContextMenu 11
eWidgetType_MainMenu 12
eWidgetType_MenuItem 13
eWidgetType_Tab 14
eWidgetType_TabFrame 15
eWidgetType_Group 16
eWidgetType_User 19
eWidgetType_LastEnum 20

References

See all references...