Created stub for Type:CloudVariableChangeMode [Automated] |
add info |
||
Line 1: | Line 1: | ||
How to handle changing the cloud variable value on the cloud if the value is written to within the world. | |||
{{Table EnumValues | {{Table EnumValues | ||
|Ignore|0| | |Ignore|0| Don't change the variable on the cloud if the value in the world is written to. | ||
|WriteIfOwner|1| | |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| | |AlwaysWrite|2| Change the variable on the cloud regardless of who wrote to it if the variable permissions allow it. | ||
}} | }} | ||
[[Category:Type]] | [[Category:Type]] | ||
[[Category:Enums]] | [[Category:Enums]] |
Revision as of 18:48, 15 October 2024
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. |