VisualScriptCustomNode_Step Method |
Execute the custom node's logic, returning the index of the output sequence port to use or a String when there is an error.
The inputs array contains the values of the input ports.
outputs is an array whose indices should be set to the respective outputs.
The start_mode is usually , unless you have used the STEP_* constants.
working_mem is an array which can be used to persist information between runs of the custom node.
When returning, you can mask the returned value with one of the STEP_* constants.
Namespace: Godot
public virtual Object _Step( Array inputs, Array outputs, int startMode, Array workingMem )
[Missing <param name="inputs"/> documentation for "M:Godot.VisualScriptCustomNode._Step(Godot.Collections.Array,Godot.Collections.Array,System.Int32,Godot.Collections.Array)"]
[Missing <param name="outputs"/> documentation for "M:Godot.VisualScriptCustomNode._Step(Godot.Collections.Array,Godot.Collections.Array,System.Int32,Godot.Collections.Array)"]
[Missing <param name="startMode"/> documentation for "M:Godot.VisualScriptCustomNode._Step(Godot.Collections.Array,Godot.Collections.Array,System.Int32,Godot.Collections.Array)"]
[Missing <param name="workingMem"/> documentation for "M:Godot.VisualScriptCustomNode._Step(Godot.Collections.Array,Godot.Collections.Array,System.Int32,Godot.Collections.Array)"]
[Missing <returns> documentation for "M:Godot.VisualScriptCustomNode._Step(Godot.Collections.Array,Godot.Collections.Array,System.Int32,Godot.Collections.Array)"]