![]() |
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 | Filter (MetadataKey key, LobbySearchComparison comparison, LobbySearchCast cast, MetadataValue value) |
Result | Sort (MetadataKey key, LobbySearchCast cast, MetadataValue value) |
Result | Limit (std::uint32_t limit) |
Result | Distance (LobbySearchDistance distance) |
IDiscordLobbySearchQuery ** | Receive () |
IDiscordLobbySearchQuery * | Internal () |
Result discord::LobbySearchQuery::Distance | ( | LobbySearchDistance | distance | ) |
Result discord::LobbySearchQuery::Filter | ( | MetadataKey | key, |
LobbySearchComparison | comparison, | ||
LobbySearchCast | cast, | ||
MetadataValue | value | ||
) |
|
inline |
Result discord::LobbySearchQuery::Limit | ( | std::uint32_t | limit | ) |
|
inline |
Result discord::LobbySearchQuery::Sort | ( | MetadataKey | key, |
LobbySearchCast | cast, | ||
MetadataValue | value | ||
) |