![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
#include <types.h>
Public Member Functions | |
void | SetId (Snowflake id) |
Snowflake | GetId () const |
void | SetType (EntitlementType type) |
EntitlementType | GetType () const |
void | SetSkuId (Snowflake skuId) |
Snowflake | GetSkuId () const |
Snowflake discord::Entitlement::GetId | ( | ) | const |
Snowflake discord::Entitlement::GetSkuId | ( | ) | const |
EntitlementType discord::Entitlement::GetType | ( | ) | const |
void discord::Entitlement::SetId | ( | Snowflake | id | ) |
void discord::Entitlement::SetSkuId | ( | Snowflake | skuId | ) |
void discord::Entitlement::SetType | ( | EntitlementType | type | ) |