| RuyiNetLobbyServiceJoinLobby Method |
[This is preliminary documentation and is subject to change.]
Joins a lobby created by another player.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void JoinLobby(
int clientIndex,
string lobbyId,
Action<RuyiNetLobby> callback
)
Parameters
- clientIndex
- Type: SystemInt32
The index of user - lobbyId
- Type: SystemString
The ID of the lobby to join. - callback
- Type: SystemActionRuyiNetLobby
The function to call when the task completes.
See Also