![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#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 () |
| IDiscordLobbyTransaction * | Internal () |
| Result discord::LobbyTransaction::DeleteMetadata | ( | MetadataKey | key | ) |
|
inline |
|
inline |
Here is the caller graph for this function:| Result discord::LobbyTransaction::SetCapacity | ( | std::uint32_t | capacity | ) |
| Result discord::LobbyTransaction::SetLocked | ( | bool | locked | ) |
| Result discord::LobbyTransaction::SetMetadata | ( | MetadataKey | key, |
| MetadataValue | value | ||
| ) |