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

#include <types.h>

Public Member Functions

Result SetType (LobbyType type)
 
Result SetOwner (UserId ownerId)
 
Result SetCapacity (std::uint32_t capacity)
 
Result SetMetadata (MetadataKey key, MetadataValue value)
 
Result DeleteMetadata (MetadataKey key)
 
Result SetLocked (bool locked)
 
IDiscordLobbyTransaction ** Receive ()
 
IDiscordLobbyTransactionInternal ()
 

Member Function Documentation

◆ DeleteMetadata()

Result discord::LobbyTransaction::DeleteMetadata ( MetadataKey  key)

◆ Internal()

IDiscordLobbyTransaction* discord::LobbyTransaction::Internal ( )
inline

◆ Receive()

IDiscordLobbyTransaction** discord::LobbyTransaction::Receive ( )
inline
+ Here is the caller graph for this function:

◆ SetCapacity()

Result discord::LobbyTransaction::SetCapacity ( std::uint32_t  capacity)

◆ SetLocked()

Result discord::LobbyTransaction::SetLocked ( bool  locked)

◆ SetMetadata()

Result discord::LobbyTransaction::SetMetadata ( MetadataKey  key,
MetadataValue  value 
)

◆ SetOwner()

Result discord::LobbyTransaction::SetOwner ( UserId  ownerId)

◆ SetType()

Result discord::LobbyTransaction::SetType ( LobbyType  type)

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