|
|
Line 1: |
Line 1: |
| <languages></languages>
| | #REDIRECT[[Component:ActiveUserCloudValueVariable`1]] |
| <translate>
| |
| <!--T:1-->
| |
| 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.
| |
| | |
| {{Infobox Component
| |
| |Image=ActiveUserCloudValueVariable`1Component.png
| |
| |Name=Active User Cloud Value Variable`1
| |
| }}
| |
| | |
| <!--T:2-->
| |
| == Fields ==
| |
| {{Table ComponentFields
| |
| |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.
| |
| }}
| |
| | |
| <!--T:3-->
| |
| == Usage ==
| |
| | |
| Having an item where it changes to the user's color set on the cloud.
| |
| | |
| <!--T:4-->
| |
| == Examples ==
| |
| | |
| {{Stub}}
| |
| | |
| <!--T:5-->
| |
| == Related Components ==
| |
| </translate>
| |
| [[Category:Generics{{#translation:}}]]
| |
| [[Category:Components{{#translation:}}|Active User Cloud Value Variable`1]]
| |
| [[Category:Components:Cloud:Variables{{#translation:}}|Active User Cloud Value Variable`1]]
| |