PFCharacterResult 데이터 모델.
구문
typedef struct PFCharacterResult {
const char* characterId;
const char* characterName;
const char* characterType;
} PFCharacterResult;
멤버
characterId const char*
is null-terminated
(선택 사항) 이 플레이어의 이 캐릭터에 대한 ID입니다.
characterName const char*
is null-terminated
(선택 사항) 이 문자의 이름입니다.
characterType const char*
is null-terminated
(선택 사항) 생성할 때 이 문자에 지정된 형식 문자열입니다.
요구 사항
헤더: PFTypes.h