다음을 통해 공유


PFLobbyJoinConfiguration

로비에 참가할 때 사용되는 초기 구성 데이터입니다.

구문

struct PFLobbyJoinConfiguration {  
    uint32_t memberPropertyCount;  
    const char* const* memberPropertyKeys;  
    const char* const* memberPropertyValues;  
}  

멤버

memberPropertyCount uint32_t

로비 참가자의 초기 멤버 속성의 수입니다.

memberPropertyKeys const char* const*
크기 배열 memberPropertyCount

로비 참가자에 대한 초기 멤버 속성의 키입니다.

멤버별 속성은 로비의 멤버에게만 표시됩니다.

memberPropertyValues const char* const*
크기 배열 memberPropertyCount

로비의 참가자에 대한 초기 멤버 속성의 값입니다.

멤버별 속성은 로비의 멤버에게만 표시됩니다.

요구 사항

헤더: PLobby.h

참고 항목

PFLobby 멤버