mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Use code markup for default values/overrides
Sync with godotengine/godot#35357. Fixes #3071.
This commit is contained in:
@@ -29,11 +29,11 @@ Description
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-------------------------------------------------------------+---------------------------------------------------------------+---+
|
||||
| :ref:`Variant.Operator<enum_@GlobalScope_Variant.Operator>` | :ref:`operator<class_VisualScriptOperator_property_operator>` | 6 |
|
||||
+-------------------------------------------------------------+---------------------------------------------------------------+---+
|
||||
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`type<class_VisualScriptOperator_property_type>` | 0 |
|
||||
+-------------------------------------------------------------+---------------------------------------------------------------+---+
|
||||
+-------------------------------------------------------------+---------------------------------------------------------------+-------+
|
||||
| :ref:`Variant.Operator<enum_@GlobalScope_Variant.Operator>` | :ref:`operator<class_VisualScriptOperator_property_operator>` | ``6`` |
|
||||
+-------------------------------------------------------------+---------------------------------------------------------------+-------+
|
||||
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`type<class_VisualScriptOperator_property_type>` | ``0`` |
|
||||
+-------------------------------------------------------------+---------------------------------------------------------------+-------+
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
@@ -43,7 +43,7 @@ Property Descriptions
|
||||
- :ref:`Variant.Operator<enum_@GlobalScope_Variant.Operator>` **operator**
|
||||
|
||||
+-----------+---------------------+
|
||||
| *Default* | 6 |
|
||||
| *Default* | ``6`` |
|
||||
+-----------+---------------------+
|
||||
| *Setter* | set_operator(value) |
|
||||
+-----------+---------------------+
|
||||
@@ -57,7 +57,7 @@ Property Descriptions
|
||||
- :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **type**
|
||||
|
||||
+-----------+------------------+
|
||||
| *Default* | 0 |
|
||||
| *Default* | ``0`` |
|
||||
+-----------+------------------+
|
||||
| *Setter* | set_typed(value) |
|
||||
+-----------+------------------+
|
||||
|
||||
Reference in New Issue
Block a user