| RuyiNetFriendServiceReadFriendEntity Method |
[This is preliminary documentation and is subject to change.]
Read an entity attached to a friend.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void ReadFriendEntity(
int index,
string entityId,
string friendPlayerId,
Action<RuyiNetEntity> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - entityId
- Type: SystemString
The ID of the entity to retrieve. - friendPlayerId
- Type: SystemString
The player ID of the friend. - callback
- Type: SystemActionRuyiNetEntity
The function to call when the task completes.
See Also