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

public void GetRoomCustomData(Action<bool, SWGetRoomCustomDataReply, SWLobbyError> callback)

Parameters

Type

Description

callback

The method to invoke when the get room custom data operation is complete.

Last updated