ProtoFlux:SetKey
From Resonite Wiki
More actions
Set
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]