Building System documentation - Menu Tabs EN|FR

Introducing:

MenuTab is tab used in Build Window.
MenuTab can be added easily with that,they are defined in enum E_MenuTab (SurvivalBuildingSystem -> Core -> Enums) and data for each in Data_MenuTab (Using Struct_MenuTab)

Structure of Datatable:

Row Name -> Same as in E_MenuTab
Name -> Name that used as Tab in Build Window (on top).
DefaultCategory -> Is for default category when you change Tab or when you open Build Window.
UsingTier -> That for tell if that Tab use tiered build or not, that mean you can't change tier in each Tab that is false.
Folder -> Is for name that replace tier name for non tiered buildings, is required for Row Name of Data_Buildings

Buildings tab is for tiered buildings, like Walls, foundations etc, but all other tab is non tiered buildings, like light, and all you can add like chairs, tables, painting ... If you want add tab for crafting station, you can edit these files to add new tab for that.

MenuTabs:

1] MenuTab_Buildings (Tiered):

- BuildType_Foundation
- BuildType_Wall
- BuildType_Ceiling
- BuildType_Roof
- BuildType_DoorWindow
- BuildType_Stairs
- BuildType_Railing

2] MenuTab_Decorations:

- BuildType_Lights