Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualScriptSubCall¶
Inherits: VisualScriptNode < Resource < Reference < Object
Calls a method called _subcall
in this object.
Descripción¶
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.
Métodos¶
Descripciones de Métodos¶
Called by this node.