JoinRoomRandomly(Action<bool, SWJoinRoomReply, SWLobbyError>) Method
Namespace: SWNetwork.Lobby
Called by players to begin an asynchronous operation to randomly join a room in the Lobby server. This method allows players to join the public rooms.
Declaration
Parameters
Type
Description
callback
Action<bool,
The method to invoke when the join room operation is complete.
PreviousJoinRoom(string, Action<bool, SWJoinRoomReply, SWLobbyError>) MethodNextJoinOrCreateRoom(bool, int, int, Action<bool, SWJoinRoomReply, SWLobbyError>) Method
Last updated