| RuyiNetLobbyServiceLeaveLobby Method |
[This is preliminary documentation and is subject to change.]
Leaves a lobby.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void LeaveLobby(
int clientIndex,
string lobbyId,
Action callback
)
Parameters
- clientIndex
- Type: SystemInt32
The index of user - lobbyId
- Type: SystemString
The ID of the lobby to leave. - callback
- Type: SystemAction
The function to call when the task completes.
See Also