PFEntityKey
PFEntityKey データ モデル。 1 つのエンティティを一意に識別する複合エンティティ型と ID 構造体。
構文
typedef struct PFEntityKey {
const char* id;
const char* type;
} PFEntityKey;
メンバー
id
const char*
Null_terminated
エンティティの一意の ID。
type
const char*
Null_terminated
エンティティの種類。 「利用可能な組み込みエンティティの種類」をご覧ください。
通常、プレイヤー エンティティは title_player_account
型です。 詳細については、「利用可能な組み込みエンティティの種類」を参照してください。
解説
エンティティの詳細については、「 エンティティ プログラミング モデル 」を参照してください。
要件
ヘッダー: PFEntityKey.h