VisualScriptSelect.xml 831 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptSelect" inherits="VisualScriptNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. Chooses between two input values.
  5. </brief_description>
  6. <description>
  7. Chooses between two input values based on a Boolean condition.
  8. [b]Input Ports:[/b]
  9. - Data (boolean): [code]cond[/code]
  10. - Data (variant): [code]a[/code]
  11. - Data (variant): [code]b[/code]
  12. [b]Output Ports:[/b]
  13. - Data (variant): [code]out[/code]
  14. </description>
  15. <tutorials>
  16. </tutorials>
  17. <methods>
  18. </methods>
  19. <members>
  20. <member name="type" type="int" setter="set_typed" getter="get_typed" enum="Variant.Type" default="0">
  21. The input variables' type.
  22. </member>
  23. </members>
  24. <constants>
  25. </constants>
  26. </class>