VisualScriptEngineSingleton.xml 902 B

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" category="Core" version="3.0-alpha">
  3. <brief_description>
  4. A Visual Script node returning a singleton from [@GlobalScope]
  5. </brief_description>
  6. <description>
  7. A Visual Script node returning a singleton from [@GlobalScope]
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. <method name="get_singleton">
  15. <return type="String">
  16. </return>
  17. <description>
  18. </description>
  19. </method>
  20. <method name="set_singleton">
  21. <return type="void">
  22. </return>
  23. <argument index="0" name="name" type="String">
  24. </argument>
  25. <description>
  26. </description>
  27. </method>
  28. </methods>
  29. <members>
  30. <member name="constant" type="String" setter="set_singleton" getter="get_singleton">
  31. The singleton's name.
  32. </member>
  33. </members>
  34. <constants>
  35. </constants>
  36. </class>