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

ProtoFlux:GetKey

From Resonite Wiki
GetKey
Dictionary
*
Key
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]