PFLobbyJoinConfiguration

The initial configuration data used when joining a lobby.

Syntax

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

Members

memberPropertyCount   uint32_t

The number of initial member properties for the joiner of the lobby.

memberPropertyKeys   const char* const*
array of size memberPropertyCount

The keys of the initial member properties for the joiner of the lobby.

Per-member properties are only visible to members of the lobby.

memberPropertyValues   const char* const*
array of size memberPropertyCount

The values of the initial member properties for the joiner of the lobby.

Per-member properties are only visible to members of the lobby.

Requirements

Header: PFLobby.h

See also

PFLobby members