How to handle changing the cloud variable value on the cloud if the value is written to within the world.
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. |