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

public void JoinRoomRandomly(Action<bool, SWJoinRoomReply, SWLobbyError> callback)

Parameters

Type

Description

callback

The method to invoke when the join room operation is complete.

Last updated