question

nigolu7 avatar image
nigolu7 asked

How to get Objects Data from Player Title ID?

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

nigolu7 avatar image nigolu7 commented ·

using player title ID [ O ]

from player title ID [ x ]

1 Like 1 ·

1 Answer

·
Made Wang avatar image
Made Wang answered

Are you talking about the data stored in the entity object? If so, you can refer to Use entity objects to store player data - PlayFab | Microsoft Docs to get it through GetObjects.

What does "using player title Id" mean? Do you mean how to write the Player Title Id to the Entity Key? If so, please refer to the following format.

  "Entity": {
    "Id": Player Title Id,
    "Type": "title_player_account"
  }
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

nigolu7 avatar image nigolu7 commented ·

Sorry, Using player title Id was written incorrectly while using a translator.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.