Component:UserOnlineStatusSync

From Resonite Wiki
Revision as of 18:44, 14 April 2025 by Yosh (talk | contribs) (userspace)
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