Skip to content

Commit 807136b

Browse files
committed
Merge pull request #97425 from CrayolaEater/better-description-multiplayer-spawner-signals
Better description for multiplayer spawner signals
2 parents 56d50c3 + 2cfe6d9 commit 807136b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/multiplayer/doc_classes/MultiplayerSpawner.xml

+2-2
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)