ProtoFlux:GetKey
From Resonite Wiki
More actions
GetKey
Collections
The GetKey node takes in a SyncRefDictionary and a key, then returns the value within the KeyValuePair of the dictionary.
For how to search for these nodes, see: Collections#Searching for Node Types
Inputs
Dictionary (SyncRefDictionary)
The Dictionary to add the KeyValuePair.
Key (Generic)
The key to reference the value.
Outputs
Value (Generic)
The value that is paired with the key.
Examples
[TODO]