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.