Click or drag to resize

VisualScriptCustomNodeStepPushStackBit Field

Hint used by _Step(Array, Array, Int32, Array) to tell that control should return to it when there is no other node left to execute.

This is used by VisualScriptCondition to redirect the sequence to the "Done" port after the true/false branch has finished execution.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public const int StepPushStackBit = 16777216

Field Value

Type: Int32
See Also