Get Dictionary Values
Last updated
Last updated
The Get Dictionary Values Node takes a Dictionary as Input and yields its set of Values
. It also outputs the received Dictionary.
Input | Type | Description |
---|---|---|
Output | Type | Description |
---|---|---|
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Dictionary
Dictionary
The Dictionary whose Values
you wish to obtain.
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Dictionary
Dictionary
The Dictionary provided to the Input Socket.
Values
Array
An Array containing the Values
from the given Dictionary.