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
Parameters
Type
Description
callback
Action<bool,
The method to invoke when the get players in room operation is complete.
PreviousGetRoomCustomData(Action<bool, SWGetRoomCustomDataReply, SWLobbyError>) MethodNextChangeRoomCustomData(string, Action<bool, SWLobbyError>) Method
Last updated
Was this helpful?