Skip to content

Commit 2cfe6d9

Browse files
committed
Better description for multiplayer spawner signals
1 parent c3e16cd commit 2cfe6d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/multiplayer/doc_classes/MultiplayerSpawner.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
<signal name="despawned">
6464
<param index="0" name="node" type="Node" />
6565
<description>
66-
Emitted when a spawnable scene or custom spawn was despawned by the multiplayer authority. Only called on puppets.
66+
Emitted when a spawnable scene or custom spawn was despawned by the multiplayer authority. Only called on remote peers.
6767
</description>
6868
</signal>
6969
<signal name="spawned">
7070
<param index="0" name="node" type="Node" />
7171
<description>
72-
Emitted when a spawnable scene or custom spawn was spawned by the multiplayer authority. Only called on puppets.
72+
Emitted when a spawnable scene or custom spawn was spawned by the multiplayer authority. Only called on remote peers.
7373
</description>
7474
</signal>
7575
</signals>

0 commit comments

Comments
 (0)