RuyiNetLobbyService Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class RuyiNetLobbyService : RuyiNetService
The RuyiNetLobbyService type exposes the following members.
Name | Description | |
---|---|---|
CloseLobby |
Closes a lobby so players cant join anymore.
| |
CreateLobby(Int32, Int32, RuyiNetLobbyType) |
Creates a lobby that other players can find and join.
| |
CreateLobby(Int32, Int32, RuyiNetLobbyType, Boolean) |
Creates a lobby that other players can find and join.
| |
CreateLobby(Int32, Int32, RuyiNetLobbyType, String) |
Creates a lobby that other players can find and join.
| |
CreateLobby(Int32, Int32, RuyiNetLobbyType, Boolean, String) |
Creates a lobby that other players can find and join.
| |
DestroyLobby |
Destroys a lobby.
| |
FindFriendsLobbies |
Searches for lobbies with the player's friends.
| |
FindLobbies(Int32, Int32, RuyiNetLobbyType, ActionRuyiNetLobby) |
Searches for lobbies created by other players.
| |
FindLobbies(Int32, Int32, RuyiNetLobbyType, Int32) |
Searches for lobbies created by other players.
| |
FindLobbies(Int32, Int32, RuyiNetLobbyType, Int32, String) |
Searches for lobbies created by other players.
| |
GetMyLobbies |
Searches for lobbies the current player is a member of.
| |
JoinLobby |
Joins a lobby created by another player.
| |
LeaveLobby |
Leaves a lobby.
| |
OpenLobby |
Opens a lobby so players can join.
| |
StartGame |
Starts a lobby game
|
Name | Description | |
---|---|---|
OnLobbyClosed |
Called when a lobby is closed.
| |
OnLobbyCreated |
Called when a lobby is created.
| |
OnLobbyDestroyed |
Called when a lobby is destroyed.
| |
OnLobbyGameStarted |
Called when a lobby game is started.
| |
OnLobbyOpened |
Called when a lobby is opened.
| |
OnLobbyPlayerJoined |
Called when a player joins a lobby.
| |
OnLobbyPlayerLeft |
Called when a player leaves a lobby.
|