Skip to main content
The initial configuration data used when joining a lobby.

Syntax

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
Last modified on August 10, 2026