mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Fix links case and sync headers with editor
Output from godotengine/godot#22002.
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
VisualScriptClassConstant
|
||||
=========================
|
||||
|
||||
**Inherits:** :ref:`VisualScriptNode<class_visualscriptnode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
||||
|
||||
**Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
@@ -16,18 +15,6 @@ Brief Description
|
||||
|
||||
Gets a constant from a given class.
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
|
||||
.. _class_VisualScriptClassConstant_base_type:
|
||||
|
||||
- :ref:`String<class_string>` **base_type** - The constant's parent class.
|
||||
|
||||
.. _class_VisualScriptClassConstant_constant:
|
||||
|
||||
- :ref:`String<class_string>` **constant** - The constant to return. See the given class for its available constants.
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
@@ -41,3 +28,15 @@ none
|
||||
|
||||
- Data (variant): ``value``
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_VisualScriptClassConstant_base_type:
|
||||
|
||||
- :ref:`String<class_String>` **base_type** - The constant's parent class.
|
||||
|
||||
.. _class_VisualScriptClassConstant_constant:
|
||||
|
||||
- :ref:`String<class_String>` **constant** - The constant to return. See the given class for its available constants.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user