mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +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 @@
|
||||
VisualScriptSelect
|
||||
==================
|
||||
|
||||
**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,14 +15,6 @@ Brief Description
|
||||
|
||||
Chooses between two input values.
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
|
||||
.. _class_VisualScriptSelect_type:
|
||||
|
||||
- :ref:`Variant.Type<enum_@globalscope_variant.type>` **type** - The input variables' type.
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
@@ -41,3 +32,11 @@ Chooses between two input values based on a Boolean condition.
|
||||
|
||||
- Data (variant): ``out``
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_VisualScriptSelect_type:
|
||||
|
||||
- :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **type** - The input variables' type.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user