2
0

VisualScriptSubCall.xml 459 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptSubCall" inherits="VisualScriptNode" version="4.0">
  3. <brief_description>
  4. Calls a method called [code]_subcall[/code] in this object.
  5. </brief_description>
  6. <description>
  7. [VisualScriptSubCall] will call method named [code]_subcall[/code] in the current script. It will fail if the method doesn't exist or the provided arguments are wrong.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. </class>