GetRootScope() properties - hovgaardgames/startupcompany GitHub Wiki
GetRootScope() properties
This list is not exhaustive and is intended to list only the main properties.
| Property | Description |
|---|---|
| activeBuilding | Object that contains informations about the current office |
| BetaVersion | Number of the current Beta (e.g. 29.2) |
| daysPlayed | Days played in the current savegame |
| enableNextDayButton | If the next day button is displayed (Start Time Machine button) |
| financeData | Object that contains data about expenses, income and profit |
| menuItems | Array of objects which contains informations for each menu item (such as Finance, Inventory, etc) |
| Message | Object that allows you to display a message (if visible property is set to true) |
| options | User options |
| selectedController | Object that contains which Centralized Clockrate Controller is selected, null otherwise |
| settings | Object that contains all informations about the savegame (such as mods settings) |
| view | Name of template / view displayed, null otherwise |