![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.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 |
Result discord::LobbyTransaction::SetCapacity | ( | std::uint32_t | capacity | ) |
Result discord::LobbyTransaction::SetLocked | ( | bool | locked | ) |
Result discord::LobbyTransaction::SetMetadata | ( | MetadataKey | key, |
MetadataValue | value | ||
) |