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.