summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/doc_classes/MultiplayerSpawner.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/multiplayer/doc_classes/MultiplayerSpawner.xml')
-rw-r--r--modules/multiplayer/doc_classes/MultiplayerSpawner.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/multiplayer/doc_classes/MultiplayerSpawner.xml b/modules/multiplayer/doc_classes/MultiplayerSpawner.xml
index b620292519..198e2378c9 100644
--- a/modules/multiplayer/doc_classes/MultiplayerSpawner.xml
+++ b/modules/multiplayer/doc_classes/MultiplayerSpawner.xml
@@ -63,13 +63,13 @@
<signal name="despawned">
<param index="0" name="node" type="Node" />
<description>
- Emitted when a spawnable scene or custom spawn was despawned by the multiplayer authority. Only called on puppets.
+ Emitted when a spawnable scene or custom spawn was despawned by the multiplayer authority. Only called on remote peers.
</description>
</signal>
<signal name="spawned">
<param index="0" name="node" type="Node" />
<description>
- Emitted when a spawnable scene or custom spawn was spawned by the multiplayer authority. Only called on puppets.
+ Emitted when a spawnable scene or custom spawn was spawned by the multiplayer authority. Only called on remote peers.
</description>
</signal>
</signals>