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

Called by this node.