StartRoom(Action<bool, SWLobbyError>) Method
Namespace: SWNetwork.Lobby
Called by room owners to begin an asynchronous operation to start their rooms.
Declaration
Parameters | Type | Description |
callback | Action<bool, SWLobbyError> | The method to invoke when the start room operation is complete. |
PreviousChangeRoomCustomData(string, Action<bool, SWLobbyError>) MethodNextLeaveRoom(Action<bool, SWLobbyError>) Method
Last updated