W3cubDocs

/Godot 3.2

VisualScriptSequence

Inherits: VisualScriptNode < Resource < Reference < Object

Executes a series of Sequence ports.

Description

Steps through a series of one or more output Sequence ports. The current data port outputs the currently executing item.

Input Ports:

  • Sequence: in order

Output Ports:

  • Sequence: 1
  • Sequence: 2 - n (optional)
  • Data (int): current

Properties

int steps 1

Property Descriptions

int steps

Default 1
Setter set_steps(value)
Getter get_steps()

The number of steps in the sequence.

© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_visualscriptsequence.html