PFStatisticValue 데이터 모델.
구문
typedef struct PFStatisticValue {
const char* statisticName;
int32_t value;
uint32_t version;
} PFStatisticValue;
멤버
statisticName const char*
is null-terminated
(선택 사항) 통계의 고유 이름입니다.
value int32_t
플레이어의 통계 값입니다.
version uint32_t
플레이어의 기존 통계 값에 대한 업데이트의 경우 통계가 로드되었을 때의 통계 버전입니다.
요구 사항
헤더: PFTypes.h