Register(Action<bool, SWRegisterReply, SWLobbyError>) Method

Namespace: SWNetwork.Lobby

Called by players to begin an asynchronous operation to register to the Lobby.

Declaration

public void Register(Action<bool, SWRegisterReply, SWLobbyError> callback)

Overloads

Register(string, Action) Method

Called by players to begin an asynchronous operation to register to the Lobby using the specified string as custom data.

Declaration

public void Register(string customData, Action<bool, SWRegisterReply, SWLobbyError> callback)

Register(object, Action) Method

Called by players to begin an asynchronous operation to register to the Lobby using the specified object as custom data.

Declaration

public void Register(object customData, Action<bool, SWRegisterReply, SWLobbyError> callback)

Last updated