Component:UserOnlineStatusSync: Difference between revisions

From Resonite Wiki
add info
userspace
Line 1: Line 1:
<languages></languages>
<translate>
<!--T:1-->
{{Infobox Component
{{Infobox Component
|Image=UserOnlineStatusSyncComponent.png
|Image=UserOnlineStatusSyncComponent.png
|Name=User Online Status Sync
|Name=UserOnlineStatusSync
}}
}}
The '''UserOnlineStatusSync''' component only works if in the dash world. It informs of what user online status the user has.


<!--T:2-->
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:
}}
}}


<!--T:3-->
== 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.


<!--T:4-->
== Examples ==
== Examples ==
{{stub}}
{{stub}}


<!--T:5-->
== See Also ==
== See Also ==
* [[Facets]]
* [[Facets]]
</translate>
 
[[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

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.

See Also