VisualScriptConstant.xml 767 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptConstant" inherits="VisualScriptNode" category="Core" version="3.2">
  3. <brief_description>
  4. Gets a contant's value.
  5. </brief_description>
  6. <description>
  7. This node returns a constant's value.
  8. [b]Input Ports:[/b]
  9. none
  10. [b]Output Ports:[/b]
  11. - Data (variant): [code]get[/code]
  12. </description>
  13. <tutorials>
  14. </tutorials>
  15. <demos>
  16. </demos>
  17. <methods>
  18. </methods>
  19. <members>
  20. <member name="type" type="int" setter="set_constant_type" getter="get_constant_type" enum="Variant.Type">
  21. The constant's type.
  22. </member>
  23. <member name="value" type="Variant" setter="set_constant_value" getter="get_constant_value">
  24. The constant's value.
  25. </member>
  26. </members>
  27. <constants>
  28. </constants>
  29. </class>