Component:ActiveUserCloudValueVariable

From Resonite Wiki
Revision as of 22:51, 13 February 2024 by 989onan (talk | contribs) (give info for component)

ActiveUserCloudValueVariable is a component that reads a cloud variable for the active user and puts the value into Value, which can be any primitive type. This node follows the same rules as Cloud Variables except that it caches the quickly made changes and then updates the cloud variable with the cached changes as soon as possible using the cloud.

Component image 
Active User Cloud Value Variable`1 component as seen in the Scene Inspector


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.
Path String The path of the variable. Following the rules of Cloud Variables.
IsLinkedToCloud Bool Whether or not the cloud variable has been successfully connected to and is relaying information properly.
UpdateCloudVariable Bool Whether or not to update the cloud variable value for the active user when Value is changed.
FallbackValue Float The default value defined by who made the variable.
Value Float the value the active user has set for the cloud variable.

Usage

Having an item where it changes to the user's color set on the cloud.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Related Components