GetPlayersInRoom(Action<bool, SWGetPlayersReply, SWLobbyError>) Method

Namespace: SWNetwork.Lobby

Called by players to begin an asynchronous operation to get the players information of the local player's current room in the Lobby server.

Declaration

public void GetPlayersInRoom(Action<bool, SWGetPlayersReply, SWLobbyError> callback)

Last updated