Click or drag to resize

VisualScriptCustomNodeStepYieldBit Field

Hint used by _Step(Array, Array, Int32, Array) to tell that the function should be yielded.

Using this requires you to have at least one working memory slot, which is used for the VisualScriptFunctionState.

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

Field Value

Type: Int32
See Also