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:
@@ -21,19 +21,19 @@ UPNP device. See :ref:`UPNP<class_UPNP>` for UPNP discovery and utility function
|
||||
Properties
|
||||
----------
|
||||
|
||||
+---------------------------------------------+---------------------------------------------------------------------+----+
|
||||
| :ref:`String<class_String>` | :ref:`description_url<class_UPNPDevice_property_description_url>` | "" |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+----+
|
||||
| :ref:`String<class_String>` | :ref:`igd_control_url<class_UPNPDevice_property_igd_control_url>` | "" |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+----+
|
||||
| :ref:`String<class_String>` | :ref:`igd_our_addr<class_UPNPDevice_property_igd_our_addr>` | "" |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+----+
|
||||
| :ref:`String<class_String>` | :ref:`igd_service_type<class_UPNPDevice_property_igd_service_type>` | "" |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+----+
|
||||
| :ref:`IGDStatus<enum_UPNPDevice_IGDStatus>` | :ref:`igd_status<class_UPNPDevice_property_igd_status>` | 9 |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+----+
|
||||
| :ref:`String<class_String>` | :ref:`service_type<class_UPNPDevice_property_service_type>` | "" |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+----+
|
||||
+---------------------------------------------+---------------------------------------------------------------------+--------+
|
||||
| :ref:`String<class_String>` | :ref:`description_url<class_UPNPDevice_property_description_url>` | ``""`` |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+--------+
|
||||
| :ref:`String<class_String>` | :ref:`igd_control_url<class_UPNPDevice_property_igd_control_url>` | ``""`` |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+--------+
|
||||
| :ref:`String<class_String>` | :ref:`igd_our_addr<class_UPNPDevice_property_igd_our_addr>` | ``""`` |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+--------+
|
||||
| :ref:`String<class_String>` | :ref:`igd_service_type<class_UPNPDevice_property_igd_service_type>` | ``""`` |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+--------+
|
||||
| :ref:`IGDStatus<enum_UPNPDevice_IGDStatus>` | :ref:`igd_status<class_UPNPDevice_property_igd_status>` | ``9`` |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+--------+
|
||||
| :ref:`String<class_String>` | :ref:`service_type<class_UPNPDevice_property_service_type>` | ``""`` |
|
||||
+---------------------------------------------+---------------------------------------------------------------------+--------+
|
||||
|
||||
Methods
|
||||
-------
|
||||
@@ -103,7 +103,7 @@ Property Descriptions
|
||||
- :ref:`String<class_String>` **description_url**
|
||||
|
||||
+-----------+----------------------------+
|
||||
| *Default* | "" |
|
||||
| *Default* | ``""`` |
|
||||
+-----------+----------------------------+
|
||||
| *Setter* | set_description_url(value) |
|
||||
+-----------+----------------------------+
|
||||
@@ -119,7 +119,7 @@ URL to the device description.
|
||||
- :ref:`String<class_String>` **igd_control_url**
|
||||
|
||||
+-----------+----------------------------+
|
||||
| *Default* | "" |
|
||||
| *Default* | ``""`` |
|
||||
+-----------+----------------------------+
|
||||
| *Setter* | set_igd_control_url(value) |
|
||||
+-----------+----------------------------+
|
||||
@@ -135,7 +135,7 @@ IDG control URL.
|
||||
- :ref:`String<class_String>` **igd_our_addr**
|
||||
|
||||
+-----------+-------------------------+
|
||||
| *Default* | "" |
|
||||
| *Default* | ``""`` |
|
||||
+-----------+-------------------------+
|
||||
| *Setter* | set_igd_our_addr(value) |
|
||||
+-----------+-------------------------+
|
||||
@@ -151,7 +151,7 @@ Address of the local machine in the network connecting it to this ``UPNPDevice``
|
||||
- :ref:`String<class_String>` **igd_service_type**
|
||||
|
||||
+-----------+-----------------------------+
|
||||
| *Default* | "" |
|
||||
| *Default* | ``""`` |
|
||||
+-----------+-----------------------------+
|
||||
| *Setter* | set_igd_service_type(value) |
|
||||
+-----------+-----------------------------+
|
||||
@@ -167,7 +167,7 @@ IGD service type.
|
||||
- :ref:`IGDStatus<enum_UPNPDevice_IGDStatus>` **igd_status**
|
||||
|
||||
+-----------+-----------------------+
|
||||
| *Default* | 9 |
|
||||
| *Default* | ``9`` |
|
||||
+-----------+-----------------------+
|
||||
| *Setter* | set_igd_status(value) |
|
||||
+-----------+-----------------------+
|
||||
@@ -183,7 +183,7 @@ IGD status. See :ref:`IGDStatus<enum_UPNPDevice_IGDStatus>`.
|
||||
- :ref:`String<class_String>` **service_type**
|
||||
|
||||
+-----------+-------------------------+
|
||||
| *Default* | "" |
|
||||
| *Default* | ``""`` |
|
||||
+-----------+-------------------------+
|
||||
| *Setter* | set_service_type(value) |
|
||||
+-----------+-------------------------+
|
||||
|
||||
Reference in New Issue
Block a user