VisualScriptOperator.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptOperator" inherits="VisualScriptNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. A Visual Script node that performs an operation on two values.
  5. </brief_description>
  6. <description>
  7. [b]Input Ports:[/b]
  8. - Data (variant): [code]A[/code]
  9. - Data (variant): [code]B[/code]
  10. [b]Output Ports:[/b]
  11. - Data (variant): [code]result[/code]
  12. </description>
  13. <tutorials>
  14. </tutorials>
  15. <methods>
  16. </methods>
  17. <members>
  18. <member name="operator" type="int" setter="set_operator" getter="get_operator" enum="Variant.Operator" default="6">
  19. The operation to be performed. See [enum Variant.Operator] for available options.
  20. </member>
  21. <member name="type" type="int" setter="set_typed" getter="get_typed" enum="Variant.Type" default="0">
  22. The type of the values for this operation. See [enum Variant.Type] for available options.
  23. </member>
  24. </members>
  25. <constants>
  26. </constants>
  27. </class>