Type:CloudVariableChangeMode

From Resonite Wiki

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