ProtoFlux:Write Cloud Variable

From Resonite Wiki
Revision as of 22:46, 12 January 2024 by 989onan (talk | contribs) (Created page with "=== Writing to a variable using the "Write Cloud Variable" === <!--T:3--> {| class="wikitable" |- ! Input ! Description ! Examples |- | Impulse | Will Write the cloud variable upon impulse. Is restricted by cloud variable rate limits. | Async Call input. |- | Path | The definition owner + "." + The variable name. | "G-Resonite.UserSettings.Color.Primary", "U-ProbablePrime.testing.bool" |- | VariableOwnerID | The id of the person writing a value to the variable specified...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Writing to a variable using the "Write Cloud Variable"

Input Description Examples
Impulse Will Write the cloud variable upon impulse. Is restricted by cloud variable rate limits. Async Call input.
Path The definition owner + "." + The variable name. "G-Resonite.UserSettings.Color.Primary", "U-ProbablePrime.testing.bool"
VariableOwnerID The id of the person writing a value to the variable specified in Path. "U-Frooxius", "U-Nexulan"
Value The value you want to write to this cloud variable. colorX, float3, String, DateTime.