VisualScriptConstant.xml 839 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptConstant" inherits="VisualScriptNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  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. <methods>
  16. </methods>
  17. <members>
  18. <member name="type" type="int" setter="set_constant_type" getter="get_constant_type" enum="Variant.Type" default="0">
  19. The constant's type.
  20. </member>
  21. <member name="value" type="Variant" setter="set_constant_value" getter="get_constant_value">
  22. The constant's value.
  23. </member>
  24. </members>
  25. <constants>
  26. </constants>
  27. </class>