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