Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Favorites Settings | |Name=Favorites Settings | ||
}} | }} | ||
The '''FavoritesSettings''' component is used to handle favorite settings in the settings tab inside the [[Dash Menu]]. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|AutoLoadCloudHome|Bool| | |AutoLoadCloudHome|Bool| Whether to automatically load the cloud home the user has set. | ||
}} | }} | ||
== | == Usage == | ||
See [[Settings]]. | |||
== Examples == | == Examples == | ||
See [[Settings]]. | |||
== See Also == | == See Also == | ||
* [[Settings]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Favorites Settings]] | [[Category:Components:Uncategorized{{#translation:}}|Favorites Settings]] | ||
[[Category:Components{{#translation:}}|Favorites Settings]] | [[Category:Components{{#translation:}}|Favorites Settings]] | ||
Latest revision as of 20:20, 16 February 2025
Component image File:FavoritesSettingsComponent.pngFavorites Settings component as seen in the Scene Inspector
The FavoritesSettings component is used to handle favorite settings in the settings tab inside the Dash Menu.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
AutoLoadCloudHome
|
Bool | Whether to automatically load the cloud home the user has set. |
Usage
See Settings.
Examples
See Settings.