mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
57 lines
2.2 KiB
ReStructuredText
57 lines
2.2 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_VisualScriptOperator:
|
|
|
|
VisualScriptOperator
|
|
====================
|
|
|
|
**Inherits:** :ref:`VisualScriptNode<class_visualscriptnode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+------------------------+-----------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_operator<class_VisualScriptOperator_get_operator>` **(** **)** const |
|
|
+------------------------+-----------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_typed<class_VisualScriptOperator_get_typed>` **(** **)** const |
|
|
+------------------------+-----------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_operator<class_VisualScriptOperator_set_operator>` **(** :ref:`int<class_int>` op **)** |
|
|
+------------------------+-----------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_typed<class_VisualScriptOperator_set_typed>` **(** :ref:`int<class_int>` type **)** |
|
|
+------------------------+-----------------------------------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
- :ref:`int<class_int>` **operator**
|
|
- :ref:`int<class_int>` **type**
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_VisualScriptOperator_get_operator:
|
|
|
|
- :ref:`int<class_int>` **get_operator** **(** **)** const
|
|
|
|
.. _class_VisualScriptOperator_get_typed:
|
|
|
|
- :ref:`int<class_int>` **get_typed** **(** **)** const
|
|
|
|
.. _class_VisualScriptOperator_set_operator:
|
|
|
|
- void **set_operator** **(** :ref:`int<class_int>` op **)**
|
|
|
|
.. _class_VisualScriptOperator_set_typed:
|
|
|
|
- void **set_typed** **(** :ref:`int<class_int>` type **)**
|
|
|
|
|