Closed GamesOnAcidzz closed 1 year ago
Godot Alpha 6
RPC changes still aren't documented:
https://docs.godotengine.org/en/latest/tutorials/networking/high_level_multiplayer.html?highlight=high%20level
it still uses the remote, master... instead of @rpc(any_peer, call_local)....
@GamesOnAcidzz do you know which PR changed the multiplayer api?
I've started some work on this.
RPC still not documented
Fixed by https://github.com/godotengine/godot-docs/pull/7675
Godot Alpha 6
RPC changes still aren't documented:
https://docs.godotengine.org/en/latest/tutorials/networking/high_level_multiplayer.html?highlight=high%20level
it still uses the remote, master... instead of @rpc(any_peer, call_local)....