| RuyiNetPartyServiceGetPartyInfo Method |
[This is preliminary documentation and is subject to change.]
Get the current party information for the player.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void GetPartyInfo(
int index,
string partyId,
Action<RuyiNetParty> callback
)
Parameters
- index
- Type: SystemInt32
The index of user. - partyId
- Type: SystemString
The ID of the party. - callback
- Type: SystemActionRuyiNetParty
The function to call when the task completes.
See Also