HPL3/Amnesia: Rebirth/Scripting/eWidgetType

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 00:35, 16 November 2020 by Abion47 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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...