![]() |
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 | 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 |
Here is the caller graph for this function:| Result discord::LobbySearchQuery::Sort | ( | MetadataKey | key, |
| LobbySearchCast | cast, | ||
| MetadataValue | value | ||
| ) |