| RuyiNetPartyServiceGetMyParty Method |
[This is preliminary documentation and is subject to change.]
Returns the party the current player is a member of, if any.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void GetMyParty(
int index,
Action<RuyiNetParty> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - callback
- Type: SystemActionRuyiNetParty
The function to call when the task completes.
See Also