Component:UserOnlineStatusSync

From Resonite Wiki
Revision as of 18:14, 6 February 2025 by 989onan (talk | contribs) (add info)
Component image 
User Online Status Sync component as seen in the Scene Inspector

The UserOnlineStatusSync component only works if in the dash world. It informs of what user online 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