Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Values representing the state of the lobby's membership lock.
Syntax
enum class PFLobbyMembershipLock : uint32_t
{
Unlocked = 0,
Locked = 1,
}
Constants
| Constant | Description |
|---|---|
| Unlocked | Lobby membership is unlocked. New members will not be prevented from joining. |
| Locked | Lobby membership is locked. New members will be prevented from joining. |
Requirements
Header: PFLobby.h