ChangeRoomCustomData(string, Action<bool, SWLobbyError>) Method
Namespace: SWNetwork.Lobby
PreviousGetPlayersInRoom(Action<bool, SWGetPlayersReply, SWLobbyError>) MethodNextStartRoom(Action<bool, SWLobbyError>) Method
Last updated
Namespace: SWNetwork.Lobby
Last updated
Called by room owners to begin an asynchronous operation to change the custom data of their rooms using the specified string.
Called by room owners to begin an asynchronous operation to change the custom data of their rooms using the specified serializable object.
Parameters
Type
Description
customData
string
String custom data.
callback
Action<bool, SWLobbyError>
The method to invoke when the change room custom data operation is complete.
Parameters
Type
Description
customData
object
Serializable object custom data.
callback
Action<bool, SWLobbyError>
The method to invoke when the change room custom data operation is complete.