GetRoomCustomData(Action<bool, SWGetRoomCustomDataReply, SWLobbyError>) Method
Namespace: SWNetwork.Lobby
Called by players to begin an asynchronous operation to get the custom data of the local player's current room.
Declaration
Parameters
Type
Description
callback
Action<bool,
The method to invoke when the get room custom data operation is complete.
PreviousMessageRoom(string, Action<bool, SWLobbyError>) MethodNextGetPlayersInRoom(Action<bool, SWGetPlayersReply, SWLobbyError>) Method
Last updated
Was this helpful?