| RuyiNetLobbyServiceFindFriendsLobbies Method |
[This is preliminary documentation and is subject to change.]
Searches for lobbies with the player's friends.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void FindFriendsLobbies(
int clientIndex,
Action<RuyiNetLobby[]> callback
)
Parameters
- clientIndex
- Type: SystemInt32
The index of user - callback
- Type: SystemActionRuyiNetLobby
The function to call when the task completes.
See Also