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

ProtoFlux:RemoveKey

From Resonite Wiki
RemoveKey
*
OnRemoved
Key
OnDoesNotExist
Collection
OnFail
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]