Type:CloudVariableChangeMode

From Resonite Wiki
Revision as of 18:07, 11 November 2024 by Yosh (talk | contribs) (standardize, add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The CloudVariableChangeMode type tells applicable cloud variable components how to handle the world-facing value of the cloud variable being written to. This type does not override the permissions set on the cloud variable itself.

Possible Values

Values
Name Value Description
Ignore 0 Don't change the variable on the cloud if the value in the world is written to.
WriteIfOwner 1 Change the variable on the cloud if the value in the world is written to by the definition owner if the variable permissions allow it.
AlwaysWrite 2 Change the variable on the cloud regardless of who wrote to it if the variable permissions allow it.

Used By