1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00
Files
godot/doc/classes
Ryan Roden-Corrent c3d9cc7068 Fix docs on multiplayer peer signals.
NetworkedMultiplayerPeerENet emits peer_connected and peer_disconnected
on both the client and the server:
6fed1ffa31/modules/enet/networked_multiplayer_enet.cpp (L268)

When trying to implement `NetworkedMultiplayerCustom`, I followed the
documentation and only emitted this signal on the server.
I ended up getting errors like:

```
Invalid packet received. Unabled to find requested cached node
```

While I didn't check other peer implementations, it seems that emitting
on both the client and server is required.

I copied the wording from the `master` branch documentation.

Here's some output from a test program with all the signals connected:
```
1948301815 got multiplayer.network_peer_connected from  1
1948301815 got peer.peer_connected from 1
1948301815 got multiplayer.connected_to_server
1948301815 got peer.connection_succeeded
1413532890 got multiplayer.network_peer_connected from  1
1413532890 got peer.peer_connected from 1
1413532890 got multiplayer.connected_to_server
1413532890 got peer.connection_succeeded
1 got multiplayer.network_peer_connected from  1413532890
1 got peer.peer_connected from 1413532890
1 got multiplayer.network_peer_connected from  1948301815
1 got peer.peer_connected from 1948301815
1413532890 got multiplayer.network_peer_connected from  1948301815
1413532890 got peer.peer_connected from 1948301815
1948301815 got multiplayer.network_peer_connected from  1413532890
1948301815 got peer.peer_connected from 1413532890
1 got multiplayer.network_peer_disconnected from  1948301815
1 got peer.peer_disconnected from 1948301815
1413532890 got multiplayer.network_peer_disconnected from  1948301815
1413532890 got peer.peer_disconnected from 1948301815
1 got multiplayer.network_peer_disconnected from  1413532890
1 got peer.peer_disconnected from 1413532890
```
2023-02-25 13:31:31 -05:00
..
2022-12-18 10:32:04 +08:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-09-09 14:11:35 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-12-18 10:43:39 +08:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-24 17:10:08 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-10-06 15:08:16 +08:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-07 12:42:24 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-12-15 12:26:59 +01:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00
2022-08-05 18:51:38 +02:00