class_visualscriptoperator.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the VisualScriptOperator.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_VisualScriptOperator:
  6. VisualScriptOperator
  7. ====================
  8. **Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +-------------------------------------------------------------+---------------------------------------------------------------+---+
  15. | :ref:`Variant.Operator<enum_@GlobalScope_Variant.Operator>` | :ref:`operator<class_VisualScriptOperator_property_operator>` | 6 |
  16. +-------------------------------------------------------------+---------------------------------------------------------------+---+
  17. | :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`type<class_VisualScriptOperator_property_type>` | 0 |
  18. +-------------------------------------------------------------+---------------------------------------------------------------+---+
  19. Description
  20. -----------
  21. **Input Ports:**
  22. - Data (variant): ``A``
  23. - Data (variant): ``B``
  24. **Output Ports:**
  25. - Data (variant): ``result``
  26. Property Descriptions
  27. ---------------------
  28. .. _class_VisualScriptOperator_property_operator:
  29. - :ref:`Variant.Operator<enum_@GlobalScope_Variant.Operator>` **operator**
  30. +-----------+---------------------+
  31. | *Default* | 6 |
  32. +-----------+---------------------+
  33. | *Setter* | set_operator(value) |
  34. +-----------+---------------------+
  35. | *Getter* | get_operator() |
  36. +-----------+---------------------+
  37. .. _class_VisualScriptOperator_property_type:
  38. - :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **type**
  39. +-----------+------------------+
  40. | *Default* | 0 |
  41. +-----------+------------------+
  42. | *Setter* | set_typed(value) |
  43. +-----------+------------------+
  44. | *Getter* | get_typed() |
  45. +-----------+------------------+