add info |
userspace |
||
Line 1: | Line 1: | ||
{{Infobox Component | {{Infobox Component | ||
|Image=UserOnlineStatusSyncComponent.png | |Image=UserOnlineStatusSyncComponent.png | ||
|Name= | |Name=UserOnlineStatusSync | ||
}} | }} | ||
The '''UserOnlineStatusSync''' component only works in [[userspace]]. It informs of what [[status]] the user has. | |||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
Line 14: | Line 11: | ||
}} | }} | ||
== Usage == | == Usage == | ||
Attach to a slot that will be part of an item in dash space (like a facet) and bring it into the dash space in order for it to start working. | Attach to a slot that will be part of an item in dash space (like a facet) and bring it into the dash space in order for it to start working. | ||
== Examples == | == Examples == | ||
{{stub}} | {{stub}} | ||
== See Also == | == See Also == | ||
* [[Facets]] | * [[Facets]] | ||
[[Category:Components{{#translation:}}|User Online Status Sync]] | [[Category:Components{{#translation:}}|User Online Status Sync]] | ||
[[Category:Components:Cloud:Indicators{{#translation:}}|User Online Status Sync]] | [[Category:Components:Cloud:Indicators{{#translation:}}|User Online Status Sync]] |
Revision as of 18:44, 14 April 2025
Component image 
UserOnlineStatusSync component as seen in the Scene Inspector

The UserOnlineStatusSync component only works in userspace. It informs of what status the user has.
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. |
OnlineStatus
|
OnlineStatus | The online status of the local user. |
Usage
Attach to a slot that will be part of an item in dash space (like a facet) and bring it into the dash space in order for it to start working.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.