mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master XML
This commit is contained in:
50
classes/class_visualscriptconstant.rst
Normal file
50
classes/class_visualscriptconstant.rst
Normal file
@@ -0,0 +1,50 @@
|
||||
.. 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_VisualScriptConstant:
|
||||
|
||||
VisualScriptConstant
|
||||
====================
|
||||
|
||||
**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_constant_type<class_VisualScriptConstant_get_constant_type>` **(** **)** const |
|
||||
+------------------------+----------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`get_constant_value<class_VisualScriptConstant_get_constant_value>` **(** **)** const |
|
||||
+------------------------+----------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_constant_type<class_VisualScriptConstant_set_constant_type>` **(** :ref:`int<class_int>` type **)** |
|
||||
+------------------------+----------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_constant_value<class_VisualScriptConstant_set_constant_value>` **(** :ref:`Variant<class_variant>` value **)** |
|
||||
+------------------------+----------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
.. _class_VisualScriptConstant_get_constant_type:
|
||||
|
||||
- :ref:`int<class_int>` **get_constant_type** **(** **)** const
|
||||
|
||||
.. _class_VisualScriptConstant_get_constant_value:
|
||||
|
||||
- void **get_constant_value** **(** **)** const
|
||||
|
||||
.. _class_VisualScriptConstant_set_constant_type:
|
||||
|
||||
- void **set_constant_type** **(** :ref:`int<class_int>` type **)**
|
||||
|
||||
.. _class_VisualScriptConstant_set_constant_value:
|
||||
|
||||
- void **set_constant_value** **(** :ref:`Variant<class_variant>` value **)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user