mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +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 @@
|
||||
VisualScriptConstructor
|
||||
=======================
|
||||
|
||||
**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,17 +15,17 @@ Brief Description
|
||||
|
||||
A Visual Script node which calls a base type constructor.
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
Methods
|
||||
-------
|
||||
|
||||
+------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`Dictionary<class_dictionary>` | :ref:`get_constructor<class_VisualScriptConstructor_get_constructor>` **(** **)** const |
|
||||
| :ref:`Dictionary<class_Dictionary>` | :ref:`get_constructor<class_VisualScriptConstructor_get_constructor>` **(** **)** const |
|
||||
+------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`Variant.Type<enum_@globalscope_variant.type>` | :ref:`get_constructor_type<class_VisualScriptConstructor_get_constructor_type>` **(** **)** const |
|
||||
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`get_constructor_type<class_VisualScriptConstructor_get_constructor_type>` **(** **)** const |
|
||||
+------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_constructor<class_VisualScriptConstructor_set_constructor>` **(** :ref:`Dictionary<class_dictionary>` constructor **)** |
|
||||
| void | :ref:`set_constructor<class_VisualScriptConstructor_set_constructor>` **(** :ref:`Dictionary<class_Dictionary>` constructor **)** |
|
||||
+------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_constructor_type<class_VisualScriptConstructor_set_constructor_type>` **(** :ref:`Variant.Type<enum_@globalscope_variant.type>` type **)** |
|
||||
| void | :ref:`set_constructor_type<class_VisualScriptConstructor_set_constructor_type>` **(** :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` type **)** |
|
||||
+------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Description
|
||||
@@ -34,23 +33,23 @@ Description
|
||||
|
||||
A Visual Script node which calls a base type constructor. It can be used for type conversion as well.
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_VisualScriptConstructor_get_constructor:
|
||||
|
||||
- :ref:`Dictionary<class_dictionary>` **get_constructor** **(** **)** const
|
||||
- :ref:`Dictionary<class_Dictionary>` **get_constructor** **(** **)** const
|
||||
|
||||
.. _class_VisualScriptConstructor_get_constructor_type:
|
||||
|
||||
- :ref:`Variant.Type<enum_@globalscope_variant.type>` **get_constructor_type** **(** **)** const
|
||||
- :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **get_constructor_type** **(** **)** const
|
||||
|
||||
.. _class_VisualScriptConstructor_set_constructor:
|
||||
|
||||
- void **set_constructor** **(** :ref:`Dictionary<class_dictionary>` constructor **)**
|
||||
- void **set_constructor** **(** :ref:`Dictionary<class_Dictionary>` constructor **)**
|
||||
|
||||
.. _class_VisualScriptConstructor_set_constructor_type:
|
||||
|
||||
- void **set_constructor_type** **(** :ref:`Variant.Type<enum_@globalscope_variant.type>` type **)**
|
||||
- void **set_constructor_type** **(** :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` type **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user