ProtoFlux:RemoveKey
From Resonite Wiki
More actions
RemoveKey
Collections
The RemoveKey node takes in a Collection and a key, then attempts to remove the KeyValuePair in the collection.
Inputs
* (Call)
Calls an impulse to remove a KeyValuePair from the collection.
Key (Generic)
The key to reference the value.
Collection (IList)
The collection to remove the KeyValuePair.
Outputs
OnRemoved (Continuation)
Fires if successful when removing a KeyValuePair in the collection.
OnDoesNotExist (Continuation)
Fires if there is not an existing KeyValuePair in the collection.
OnFail (Continuation)
Fires if unable to remove the KeyValuePair of the collection.
Examples
[TODO]