Nuclide
Software Development Kit for id Tech
|
Macros | |
#define | RICHPRESENCE_KEYS 2 |
Enumerations | |
enum | richpresence_t { RICHPRES_STATUS , RICHPRES_CONNECT } |
Functions | |
void | RichPresence_Set (string strKey, string strValue) |
Sets a rich-presence key to the desired value. More... | |
void | RichPresence_Clear (void) |
Clears the current rich-presence status. More... | |
void | RichPresence_DumpInfo (void) |
Debug function that prints the currently active rich-presence keys to console. More... | |
bool | RichPresence_WasSet (void) |
Returns if we've got an active rich-presence status. More... | |
Variables | |
string | g_richpres [2] |
var bool | g_richpresence_set = false |
#define RICHPRESENCE_KEYS 2 |
enum richpresence_t |
string g_richpres[2] |
var bool g_richpresence_set = false |