class_visualscriptoperator.rst 1.9 KB

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