classref: Use code markup for default values/overrides

Sync with godotengine/godot#35357.
Fixes #3071.
This commit is contained in:
Rémi Verschelde
2020-01-20 12:41:27 +01:00
parent 0ac1767a3f
commit 782dd64a19
410 changed files with 9572 additions and 9572 deletions

View File

@@ -16,21 +16,21 @@ VisualScriptPropertyGet
Properties
----------
+--------------------------------------------------------+------------------------------------------------------------------------+----------+
| :ref:`String<class_String>` | :ref:`base_script<class_VisualScriptPropertyGet_property_base_script>` | |
+--------------------------------------------------------+------------------------------------------------------------------------+----------+
| :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptPropertyGet_property_base_type>` | "Object" |
+--------------------------------------------------------+------------------------------------------------------------------------+----------+
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`basic_type<class_VisualScriptPropertyGet_property_basic_type>` | |
+--------------------------------------------------------+------------------------------------------------------------------------+----------+
| :ref:`String<class_String>` | :ref:`index<class_VisualScriptPropertyGet_property_index>` | |
+--------------------------------------------------------+------------------------------------------------------------------------+----------+
| :ref:`NodePath<class_NodePath>` | :ref:`node_path<class_VisualScriptPropertyGet_property_node_path>` | |
+--------------------------------------------------------+------------------------------------------------------------------------+----------+
| :ref:`String<class_String>` | :ref:`property<class_VisualScriptPropertyGet_property_property>` | "" |
+--------------------------------------------------------+------------------------------------------------------------------------+----------+
| :ref:`CallMode<enum_VisualScriptPropertyGet_CallMode>` | :ref:`set_mode<class_VisualScriptPropertyGet_property_set_mode>` | 0 |
+--------------------------------------------------------+------------------------------------------------------------------------+----------+
+--------------------------------------------------------+------------------------------------------------------------------------+--------------+
| :ref:`String<class_String>` | :ref:`base_script<class_VisualScriptPropertyGet_property_base_script>` | |
+--------------------------------------------------------+------------------------------------------------------------------------+--------------+
| :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptPropertyGet_property_base_type>` | ``"Object"`` |
+--------------------------------------------------------+------------------------------------------------------------------------+--------------+
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`basic_type<class_VisualScriptPropertyGet_property_basic_type>` | |
+--------------------------------------------------------+------------------------------------------------------------------------+--------------+
| :ref:`String<class_String>` | :ref:`index<class_VisualScriptPropertyGet_property_index>` | |
+--------------------------------------------------------+------------------------------------------------------------------------+--------------+
| :ref:`NodePath<class_NodePath>` | :ref:`node_path<class_VisualScriptPropertyGet_property_node_path>` | |
+--------------------------------------------------------+------------------------------------------------------------------------+--------------+
| :ref:`String<class_String>` | :ref:`property<class_VisualScriptPropertyGet_property_property>` | ``""`` |
+--------------------------------------------------------+------------------------------------------------------------------------+--------------+
| :ref:`CallMode<enum_VisualScriptPropertyGet_CallMode>` | :ref:`set_mode<class_VisualScriptPropertyGet_property_set_mode>` | ``0`` |
+--------------------------------------------------------+------------------------------------------------------------------------+--------------+
Enumerations
------------
@@ -71,7 +71,7 @@ Property Descriptions
- :ref:`String<class_String>` **base_type**
+-----------+----------------------+
| *Default* | "Object" |
| *Default* | ``"Object"`` |
+-----------+----------------------+
| *Setter* | set_base_type(value) |
+-----------+----------------------+
@@ -121,7 +121,7 @@ Property Descriptions
- :ref:`String<class_String>` **property**
+-----------+---------------------+
| *Default* | "" |
| *Default* | ``""`` |
+-----------+---------------------+
| *Setter* | set_property(value) |
+-----------+---------------------+
@@ -135,7 +135,7 @@ Property Descriptions
- :ref:`CallMode<enum_VisualScriptPropertyGet_CallMode>` **set_mode**
+-----------+----------------------+
| *Default* | 0 |
| *Default* | ``0`` |
+-----------+----------------------+
| *Setter* | set_call_mode(value) |
+-----------+----------------------+