Inherits: VisualScriptNode < Resource < Reference < Object
Steps through items in a given input.
This node steps through each item in a given input. Input can be any sequence data type, such as an Array or String. When each item has been processed, execution passed out the exit
Sequence port.
Input Ports:
for (elem) in (input)
input
Output Ports:
each
exit
elem
© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_visualscriptiterator.html