StartRoom(Action<bool, SWLobbyError>) Method

Namespace: SWNetwork.Lobby

Called by room owners to begin an asynchronous operation to start their rooms.

Declaration

public void StartRoom(Action<bool, SWLobbyError> callback)

Parameters

Type

Description

callback

Action<bool, SWLobbyError>

The method to invoke when the start room operation is complete.

Last updated