Elaztek Developer Hub
Blamite Game Engine - blam!  00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
discord::Lobby Class Referencefinal

#include <types.h>

Public Member Functions

void SetId (LobbyId id)
 
LobbyId GetId () const
 
void SetType (LobbyType type)
 
LobbyType GetType () const
 
void SetOwnerId (UserId ownerId)
 
UserId GetOwnerId () const
 
void SetSecret (LobbySecret secret)
 
LobbySecret GetSecret () const
 
void SetCapacity (std::uint32_t capacity)
 
std::uint32_t GetCapacity () const
 
void SetLocked (bool locked)
 
bool GetLocked () const
 

Member Function Documentation

◆ GetCapacity()

std::uint32_t discord::Lobby::GetCapacity ( ) const

◆ GetId()

LobbyId discord::Lobby::GetId ( ) const

◆ GetLocked()

bool discord::Lobby::GetLocked ( ) const

◆ GetOwnerId()

UserId discord::Lobby::GetOwnerId ( ) const

◆ GetSecret()

LobbySecret discord::Lobby::GetSecret ( ) const

◆ GetType()

LobbyType discord::Lobby::GetType ( ) const

◆ SetCapacity()

void discord::Lobby::SetCapacity ( std::uint32_t  capacity)

◆ SetId()

void discord::Lobby::SetId ( LobbyId  id)

◆ SetLocked()

void discord::Lobby::SetLocked ( bool  locked)

◆ SetOwnerId()

void discord::Lobby::SetOwnerId ( UserId  ownerId)

◆ SetSecret()

void discord::Lobby::SetSecret ( LobbySecret  secret)

◆ SetType()

void discord::Lobby::SetType ( LobbyType  type)

The documentation for this class was generated from the following files: