diff options
| author | Ninni Pipping <over999ships@gmail.com> | 2023-03-04 11:37:02 +0100 |
|---|---|---|
| committer | Ninni Pipping <over999ships@gmail.com> | 2023-05-24 09:37:11 +0200 |
| commit | f69fba0d65b05bb5261742539e383febd0e57d90 (patch) | |
| tree | 7d53191bf2e0c8c2fa0913c8bb94c9d2f2235b51 /modules/multiplayer/doc_classes/SceneReplicationConfig.xml | |
| parent | dc625bcbfc5b587ba8867481ee7a1f6a567c25d0 (diff) | |
| download | redot-engine-f69fba0d65b05bb5261742539e383febd0e57d90.tar.gz | |
Add restrictions to MultiplayerSynchronizer editor and documentation
Diffstat (limited to 'modules/multiplayer/doc_classes/SceneReplicationConfig.xml')
| -rw-r--r-- | modules/multiplayer/doc_classes/SceneReplicationConfig.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/multiplayer/doc_classes/SceneReplicationConfig.xml b/modules/multiplayer/doc_classes/SceneReplicationConfig.xml index 2c2ae38592..f1f0d158a9 100644 --- a/modules/multiplayer/doc_classes/SceneReplicationConfig.xml +++ b/modules/multiplayer/doc_classes/SceneReplicationConfig.xml @@ -14,6 +14,7 @@ <param index="1" name="index" type="int" default="-1" /> <description> Adds the property identified by the given [param path] to the list of the properties being synchronized, optionally passing an [param index]. + [b]Note:[/b] For details on restrictions and limitations on property synchronization, see [MultiplayerSynchronizer]. </description> </method> <method name="get_properties" qualifiers="const"> |
