다음을 통해 공유


PFUserSteamInfo

PFUserSteamInfo 데이터 모델.

구문

typedef struct PFUserSteamInfo {  
    PFTitleActivationStatus const* steamActivationStatus;  
    const char* steamCountry;  
    PFCurrency const* steamCurrency;  
    const char* steamId;  
    const char* steamName;  
} PFUserSteamInfo;  

멤버

steamActivationStatus PFTitleActivationStatus const*
nullptr일 수 있음

(선택 사항) Steam에서 사용자가 있는 것으로 나열되는 게임 소유권의 단계입니다.

steamCountry const char*
is null-terminated

(선택 사항) Steam 데이터에서 플레이어가 거주하는 국가입니다.

steamCurrency PFCurrency const*
nullptr일 수 있음

(선택 사항) 사용자 Steam 계정에 설정된 통화 유형입니다.

steamId const char*
is null-terminated

(선택 사항) Steam 식별자입니다.

steamName const char*
is null-terminated

(선택 사항) Steam 표시 이름입니다.

요구 사항

헤더: PFTypes.h

참고 항목

PFTypes 멤버