![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include <types.h>
Public Member Functions | |
| void | SetType (ActivityType type) |
| ActivityType | GetType () const |
| void | SetApplicationId (std::int64_t applicationId) |
| std::int64_t | GetApplicationId () const |
| void | SetName (char const *name) |
| char const * | GetName () const |
| void | SetState (char const *state) |
| char const * | GetState () const |
| void | SetDetails (char const *details) |
| char const * | GetDetails () const |
| ActivityTimestamps & | GetTimestamps () |
| ActivityTimestamps const & | GetTimestamps () const |
| ActivityAssets & | GetAssets () |
| ActivityAssets const & | GetAssets () const |
| ActivityParty & | GetParty () |
| ActivityParty const & | GetParty () const |
| ActivitySecrets & | GetSecrets () |
| ActivitySecrets const & | GetSecrets () const |
| void | SetInstance (bool instance) |
| bool | GetInstance () const |
| void | SetSupportedPlatforms (std::uint32_t supportedPlatforms) |
| std::uint32_t | GetSupportedPlatforms () const |
| std::int64_t discord::Activity::GetApplicationId | ( | ) | const |
| ActivityAssets const & discord::Activity::GetAssets | ( | ) |
Here is the caller graph for this function:| ActivityAssets const& discord::Activity::GetAssets | ( | ) | const |
| char const * discord::Activity::GetDetails | ( | ) | const |
| bool discord::Activity::GetInstance | ( | ) | const |
| char const * discord::Activity::GetName | ( | ) | const |
| ActivityParty const & discord::Activity::GetParty | ( | ) |
Here is the caller graph for this function:| ActivityParty const& discord::Activity::GetParty | ( | ) | const |
| ActivitySecrets const & discord::Activity::GetSecrets | ( | ) |
Here is the caller graph for this function:| ActivitySecrets const& discord::Activity::GetSecrets | ( | ) | const |
| char const * discord::Activity::GetState | ( | ) | const |
| std::uint32_t discord::Activity::GetSupportedPlatforms | ( | ) | const |
| ActivityTimestamps const & discord::Activity::GetTimestamps | ( | ) |
Here is the caller graph for this function:| ActivityTimestamps const& discord::Activity::GetTimestamps | ( | ) | const |
| ActivityType discord::Activity::GetType | ( | ) | const |
| void discord::Activity::SetApplicationId | ( | std::int64_t | applicationId | ) |
| void discord::Activity::SetDetails | ( | char const * | details | ) |
Here is the caller graph for this function:| void discord::Activity::SetInstance | ( | bool | instance | ) |
| void discord::Activity::SetName | ( | char const * | name | ) |
Here is the caller graph for this function:| void discord::Activity::SetState | ( | char const * | state | ) |
Here is the caller graph for this function:| void discord::Activity::SetSupportedPlatforms | ( | std::uint32_t | supportedPlatforms | ) |
| void discord::Activity::SetType | ( | ActivityType | type | ) |
Here is the caller graph for this function: