:github_url: hide .. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the VisualScriptOperator.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_VisualScriptOperator: VisualScriptOperator ==================== **Inherits:** :ref:`VisualScriptNode` **<** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Properties ---------- +-------------------------------------------------------------+---------------------------------------------------------------+---+ | :ref:`Variant.Operator` | :ref:`operator` | 6 | +-------------------------------------------------------------+---------------------------------------------------------------+---+ | :ref:`Variant.Type` | :ref:`type` | 0 | +-------------------------------------------------------------+---------------------------------------------------------------+---+ Description ----------- **Input Ports:** - Data (variant): ``A`` - Data (variant): ``B`` **Output Ports:** - Data (variant): ``result`` Property Descriptions --------------------- .. _class_VisualScriptOperator_property_operator: - :ref:`Variant.Operator` **operator** +-----------+---------------------+ | *Default* | 6 | +-----------+---------------------+ | *Setter* | set_operator(value) | +-----------+---------------------+ | *Getter* | get_operator() | +-----------+---------------------+ .. _class_VisualScriptOperator_property_type: - :ref:`Variant.Type` **type** +-----------+------------------+ | *Default* | 0 | +-----------+------------------+ | *Setter* | set_typed(value) | +-----------+------------------+ | *Getter* | get_typed() | +-----------+------------------+