![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include <core.h>
Public Member Functions | |
| ~Core () | |
| Result | RunCallbacks () |
| void | SetLogHook (LogLevel minLevel, std::function< void(LogLevel, char const *)> hook) |
| discord::ApplicationManager & | ApplicationManager () |
| discord::UserManager & | UserManager () |
| discord::ImageManager & | ImageManager () |
| discord::ActivityManager & | ActivityManager () |
| discord::RelationshipManager & | RelationshipManager () |
| discord::LobbyManager & | LobbyManager () |
| discord::NetworkManager & | NetworkManager () |
| discord::OverlayManager & | OverlayManager () |
| discord::StorageManager & | StorageManager () |
| discord::StoreManager & | StoreManager () |
| discord::VoiceManager & | VoiceManager () |
| discord::AchievementManager & | AchievementManager () |
Static Public Member Functions | |
| static Result | Create (ClientId clientId, std::uint64_t flags, Core **instance) |
| discord::Core::~Core | ( | ) |
| discord::AchievementManager & discord::Core::AchievementManager | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| discord::ActivityManager & discord::Core::ActivityManager | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| discord::ApplicationManager & discord::Core::ApplicationManager | ( | ) |
Here is the call graph for this function:
|
static |
Here is the caller graph for this function:| discord::ImageManager & discord::Core::ImageManager | ( | ) |
Here is the call graph for this function:| discord::LobbyManager & discord::Core::LobbyManager | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| discord::NetworkManager & discord::Core::NetworkManager | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| discord::OverlayManager & discord::Core::OverlayManager | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| discord::RelationshipManager & discord::Core::RelationshipManager | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| Result discord::Core::RunCallbacks | ( | ) |
Here is the caller graph for this function:| void discord::Core::SetLogHook | ( | LogLevel | minLevel, |
| std::function< void(LogLevel, char const *)> | hook | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| discord::StorageManager & discord::Core::StorageManager | ( | ) |
Here is the call graph for this function:| discord::StoreManager & discord::Core::StoreManager | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| discord::UserManager & discord::Core::UserManager | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| discord::VoiceManager & discord::Core::VoiceManager | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function: