From c5d7115038de5f83cb83e08748615a84fc26bee2 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Sat, 6 Aug 2022 21:11:48 +0300 Subject: Rename the argument tag to param in XML documentation --- .../doc_classes/SceneReplicationConfig.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'modules/multiplayer/doc_classes/SceneReplicationConfig.xml') diff --git a/modules/multiplayer/doc_classes/SceneReplicationConfig.xml b/modules/multiplayer/doc_classes/SceneReplicationConfig.xml index fc91592c7a..fdc441e9c3 100644 --- a/modules/multiplayer/doc_classes/SceneReplicationConfig.xml +++ b/modules/multiplayer/doc_classes/SceneReplicationConfig.xml @@ -10,8 +10,8 @@ - - + + Adds the property identified by the given [code]path[/code] to the list of the properties being synchronized, optionally passing an [code]index[/code]. @@ -24,51 +24,51 @@ - + Returns whether the given [code]path[/code] is configured for synchronization. - + Finds the index of the given [code]path[/code]. - + Returns whether the property identified by the given [code]path[/code] is configured to be synchronized on spawn. - + Returns whether the property identified by the given [code]path[/code] is configured to be synchronized on process. - - + + Sets whether the property identified by the given [code]path[/code] is configured to be synchronized on spawn. - - + + Sets whether the property identified by the given [code]path[/code] is configured to be synchronized on process. - + Removes the property identified by the given [code]path[/code] from the configuration. -- cgit v1.2.3