godot / 3.4 / classes / class_visualscriptsubcall.html

VisualScriptSubCall

Inherits: VisualScriptNode < Resource < Reference < Object

Calls a method called _subcall in this object.

Description

VisualScriptSubCall will call method named _subcall in the current script. It will fail if the method doesn't exist or the provided arguments are wrong.

Methods

Variant

_subcall ( Variant arguments ) virtual

Method Descriptions

Variant _subcall ( Variant arguments ) virtual

Called by this node.

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