mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Add property overview and setter/getter like in editor docs
Output from godotengine/godot#22013. Fixes #1729.
This commit is contained in:
@@ -8,6 +8,7 @@ VisualScriptSelect
|
||||
==================
|
||||
|
||||
**Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
||||
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
@@ -15,6 +16,13 @@ Brief Description
|
||||
|
||||
Chooses between two input values.
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-----------------------------------------------------+--------------------------------------------+
|
||||
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`type<class_VisualScriptSelect_type>` |
|
||||
+-----------------------------------------------------+--------------------------------------------+
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
@@ -37,6 +45,13 @@ Property Descriptions
|
||||
|
||||
.. _class_VisualScriptSelect_type:
|
||||
|
||||
- :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **type** - The input variables' type.
|
||||
- :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **type**
|
||||
|
||||
+----------+------------------+
|
||||
| *Setter* | set_typed(value) |
|
||||
+----------+------------------+
|
||||
| *Getter* | get_typed() |
|
||||
+----------+------------------+
|
||||
|
||||
The input variables' type.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user