LayoutProfile - KitchenMods/KitchenLib GitHub Wiki

GameDataObject - LayoutProfile

What is an LayoutProfile?

...

What overrides can I use?

LayoutProfile Overrides

LayoutGraph Graph                                               //
int MaximumTables                                               // This is the maximum number of tables this LayoutProfile can generate.
List<GameDataObject> RequiredAppliances                         // These are the GameDataObjects required for this LayoutProfile.
GameDataObject Table                                            // This is the GameDataObject used for the Tables.
GameDataObject Counter                                          // This is the GameDataObject used for the Counters.
Appliance ExternalBin                                           // This is the Appliance used for the external bin.
Appliance WallPiece                                             // This is the Appliance used for the external walls.
Appliance InternalWallPiece                                     // This is the Appliance used for the internal walls.
Appliance StreetPiece                                           // This is the Appliance used for the street.
LocalisationObject<BasicInfo> Info                              // This is the localisation for this LayoutProfile.

GameDataObject Overrides

int ID                                                          // This is the unique identifier for this GameDataObject. This should not be changed.

KitchenLib Overrides

string UniqueNameID                                             // This is used to generate a hashed ID.
int BaseGameDataObjectID                                        // This is used to use another GameDataObject's values as a base for this GameDataObject.
⚠️ **GitHub.com Fallback** ⚠️