mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
38 lines
1.3 KiB
ReStructuredText
38 lines
1.3 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the VisualScriptGlobalConstant.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_VisualScriptGlobalConstant:
|
|
|
|
VisualScriptGlobalConstant
|
|
==========================
|
|
|
|
**Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
+-----------------------+---------------------------------------------------------------------+-------+
|
|
| :ref:`int<class_int>` | :ref:`constant<class_VisualScriptGlobalConstant_property_constant>` | ``0`` |
|
|
+-----------------------+---------------------------------------------------------------------+-------+
|
|
|
|
Property Descriptions
|
|
---------------------
|
|
|
|
.. _class_VisualScriptGlobalConstant_property_constant:
|
|
|
|
- :ref:`int<class_int>` **constant**
|
|
|
|
+-----------+----------------------------+
|
|
| *Default* | ``0`` |
|
|
+-----------+----------------------------+
|
|
| *Setter* | set_global_constant(value) |
|
|
+-----------+----------------------------+
|
|
| *Getter* | get_global_constant() |
|
|
+-----------+----------------------------+
|
|
|