| RuyiNetLobbyServiceStartGame Method |
[This is preliminary documentation and is subject to change.]
Starts a lobby game
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void StartGame(
int clientIndex,
string lobbyId,
string connectionString,
Action<RuyiNetLobby> callback
)
Parameters
- clientIndex
- Type: SystemInt32
The index of user - lobbyId
- Type: SystemString
The ID of the lobby to start the game for. - connectionString
- Type: SystemString
A connection string used to connect to the host. - callback
- Type: SystemActionRuyiNetLobby
The function to call when the task completes.
See Also