Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:SetKey

From Resonite Wiki
Set
*
OnSet
Dictionary
OnFail
Key
Value
Collections

The SetKey node takes in a SyncRefDictionary, a key, and a value, then attempts to set the existing KeyValuePair in the dictionary.

Inputs

* (Call)

Calls an impulse to set an existing KeyValuePair in the Dictionary.

Dictionary (SyncRefDictionary)

The Dictionary to set the KeyValuePair.

Key (Generic)

The key to reference the value.

Value (Generic)

The value that will be paired with the key.

Outputs

OnSet (Continuation)

Fires if successful when seting an existing KeyValuePair to the Dictionary.

OnFail (Continuation)

Fires if unable to set the KeyValuePair in the Dictionary.

Examples

[TODO]