summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-20 11:12:07 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-20 11:12:07 +0100
commit07254d9b1b88ba3a4af0c36d8d937f9042bac020 (patch)
treec486987ff12f2f87b4f9b42433d0af2e3aeda711 /modules/multiplayer
parentc187d6522b651abedf24632b7219f15caba7d401 (diff)
parentf9a758772ad7461d57c81b37ccf43e7b0f4ef0de (diff)
downloadredot-engine-07254d9b1b88ba3a4af0c36d8d937f9042bac020.tar.gz
Merge pull request #88443 from Mickeon/documentation-hunting-for-deprecated
Update many Deprecated/Experimental descriptions for consistency
Diffstat (limited to 'modules/multiplayer')
-rw-r--r--modules/multiplayer/doc_classes/SceneReplicationConfig.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/multiplayer/doc_classes/SceneReplicationConfig.xml b/modules/multiplayer/doc_classes/SceneReplicationConfig.xml
index 8b9203d316..a4f7fad2f0 100644
--- a/modules/multiplayer/doc_classes/SceneReplicationConfig.xml
+++ b/modules/multiplayer/doc_classes/SceneReplicationConfig.xml
@@ -27,7 +27,7 @@
<return type="bool" />
<param index="0" name="path" type="NodePath" />
<description>
- Returns whether the given [param path] is configured for synchronization.
+ Returns [code]true[/code] if the given [param path] is configured for synchronization.
</description>
</method>
<method name="property_get_index" qualifiers="const">
@@ -48,21 +48,21 @@
<return type="bool" />
<param index="0" name="path" type="NodePath" />
<description>
- Returns whether the property identified by the given [param path] is configured to be synchronized on spawn.
+ Returns [code]true[/code] if the property identified by the given [param path] is configured to be synchronized on spawn.
</description>
</method>
<method name="property_get_sync" deprecated="Use [method property_get_replication_mode] instead.">
<return type="bool" />
<param index="0" name="path" type="NodePath" />
<description>
- Returns whether the property identified by the given [param path] is configured to be synchronized on process.
+ Returns [code]true[/code] if the property identified by the given [param path] is configured to be synchronized on process.
</description>
</method>
<method name="property_get_watch" deprecated="Use [method property_get_replication_mode] instead.">
<return type="bool" />
<param index="0" name="path" type="NodePath" />
<description>
- Returns whether the property identified by the given [param path] is configured to be reliably synchronized when changes are detected on process.
+ Returns [code]true[/code] if the property identified by the given [param path] is configured to be reliably synchronized when changes are detected on process.
</description>
</method>
<method name="property_set_replication_mode">