2024-03-16 19:45:43 +02:00
|
|
|
# MainStore
|
2024-03-17 00:05:55 +02:00
|
|
|
**Inherits:** [Node](https://docs.godotengine.org/de/4.x/classes/class_node.html)
|
2024-03-16 19:45:43 +02:00
|
|
|
|
2024-03-17 01:14:31 +02:00
|
|
|
## Description
|
2024-03-16 19:45:43 +02:00
|
|
|
|
2024-03-17 01:14:31 +02:00
|
|
|
Collection of all the stores to save the state persistently
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2024-03-18 14:30:37 +02:00
|
|
|
| Name | Type | Default |
|
|
|
|
| -------------------------- | ------------------------------------------------- | ------- |
|
|
|
|
| [devices](#prop-devices) | [Devices](/reference/lib--stores--devices.html) | |
|
|
|
|
| [house](#prop-house) | [House](/reference/lib--stores--house.html) | |
|
|
|
|
| [settings](#prop-settings) | [Settings](/reference/lib--stores--settings.html) | |
|
2024-03-17 01:14:31 +02:00
|
|
|
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2024-03-17 00:05:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2024-03-17 01:14:31 +02:00
|
|
|
## Constants
|
2024-03-17 00:05:55 +02:00
|
|
|
|
|
|
|
### SettingsStore = `<Object>` {#const-SettingsStore}
|
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
|
|
|
### HouseStore = `<Object>` {#const-HouseStore}
|
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
|
|
|
### DevicesStore = `<Object>` {#const-DevicesStore}
|
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
2024-03-16 19:45:43 +02:00
|
|
|
## Property Descriptions
|
|
|
|
|
2024-03-18 14:30:37 +02:00
|
|
|
### devices: [Devices](/reference/lib--stores--devices.html) {#prop-devices}
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
2024-03-18 14:30:37 +02:00
|
|
|
### house: [House](/reference/lib--stores--house.html) {#prop-house}
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
2024-03-18 14:30:37 +02:00
|
|
|
### settings: [Settings](/reference/lib--stores--settings.html) {#prop-settings}
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
No description provided yet.
|