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

ProtoFlux:ContainsKey

From Resonite Wiki
ContainsKey
Dictionary
*
Key
Collections

The ContainsKey node takes in a SyncRefDictionary and a key, then returns if the KeyValuePair exists in the dictionary.

Inputs

Dictionary (SyncRefDictionary)

The Dictionary to check if the KeyValuePair exists.

Key (Generic)

The key to reference the value.

Outputs

* (Bool)

Returns if the KeyValuePair exists in the Dictionary.

Examples

[TODO]