immersive-home/docs/reference/lib--globals--main_store.md

49 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2024-03-16 19:45:43 +02:00
# MainStore
**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 01:14:31 +02:00
## Constants
### 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.