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.

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

Variant

_subcall ( Variant arguments ) virtual

Descripciones de Métodos

Called by this node.