GetRooms(int, int, Action<bool, SWGetRoomReply, SWLobbyError>) Method

Namespace: SWNetwork.Lobby

Called by players to begin an asynchronous operation to get rooms from the Lobby server using the specified pageIndex and pageRowCount.

Maximum pageIndex is 255.

Maximum pageRowCount is 255.

Declaration

public void GetRooms(int pageIndex, int pageRowCount, Action<bool, SWGetRoomReply, SWLobbyError> callback)

Last updated