mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
57 lines
2.7 KiB
ReStructuredText
57 lines
2.7 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_VisualScriptBasicTypeConstant:
|
|
|
|
VisualScriptBasicTypeConstant
|
|
=============================
|
|
|
|
**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_basic_type<class_VisualScriptBasicTypeConstant_get_basic_type>` **(** **)** const |
|
|
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_basic_type_constant<class_VisualScriptBasicTypeConstant_get_basic_type_constant>` **(** **)** const |
|
|
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_basic_type<class_VisualScriptBasicTypeConstant_set_basic_type>` **(** :ref:`int<class_int>` name **)** |
|
|
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_basic_type_constant<class_VisualScriptBasicTypeConstant_set_basic_type_constant>` **(** :ref:`String<class_string>` name **)** |
|
|
+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
- :ref:`int<class_int>` **basic_type**
|
|
- :ref:`String<class_string>` **constant/constant**
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_VisualScriptBasicTypeConstant_get_basic_type:
|
|
|
|
- :ref:`int<class_int>` **get_basic_type** **(** **)** const
|
|
|
|
.. _class_VisualScriptBasicTypeConstant_get_basic_type_constant:
|
|
|
|
- :ref:`String<class_string>` **get_basic_type_constant** **(** **)** const
|
|
|
|
.. _class_VisualScriptBasicTypeConstant_set_basic_type:
|
|
|
|
- void **set_basic_type** **(** :ref:`int<class_int>` name **)**
|
|
|
|
.. _class_VisualScriptBasicTypeConstant_set_basic_type_constant:
|
|
|
|
- void **set_basic_type_constant** **(** :ref:`String<class_string>` name **)**
|
|
|
|
|