หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
PFEntityKey data model. Combined entity type and ID structure which uniquely identifies a single entity.
Syntax
typedef struct PFEntityKey {
const char* id;
const char* type;
} PFEntityKey;
Members
id const char*
Null_terminated
Unique ID of the entity.
type const char*
Null_terminated
Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types.
Player entities are typically the title_player_account type. For more information, see https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types.
Remarks
For more information about entities, see https://docs.microsoft.com/gaming/playfab/features/data/entities/.
Requirements
Header: PFEntityKey.h