Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
A member of a match result.
Syntax
struct PFMatchmakingMatchMember {
PFEntityKey entityKey;
const char* teamId;
const char* attributes;
}
Members
entityKey PFEntityKey
The Entity Key for this match member.
teamId const char*
is null-terminated
The team ID assigned to this match member.
May be empty if the matchmaking queue doesn't use team rules.
attributes const char*
is null-terminated
The attributes for this user in serialized JSON format.
Requirements
Header: PFMatchmaking.h