2
0

VisualScriptSubCall.xml 509 B

123456789101112131415
  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. <methods>
  12. </methods>
  13. <constants>
  14. </constants>
  15. </class>