- Discord_ClearPresence
void Discord_ClearPresence()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_Initialize
void Discord_Initialize(const(char)* applicationId, DiscordEventHandlers* handlers, int autoRegister, const(char)* optionalSteamId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_Respond
void Discord_Respond(const(char)* userid, int reply)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_RunCallbacks
void Discord_RunCallbacks()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_Shutdown
void Discord_Shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_UpdateConnection
void Discord_UpdateConnection()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_UpdateHandlers
void Discord_UpdateHandlers(DiscordEventHandlers* handlers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_UpdatePresence
void Discord_UpdatePresence(DiscordRichPresence* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DISCORD_REPLY_IGNORE
enum DISCORD_REPLY_IGNORE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DISCORD_REPLY_NO
enum DISCORD_REPLY_NO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DISCORD_REPLY_PRIVATE
enum DISCORD_REPLY_PRIVATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DISCORD_REPLY_PUBLIC
enum DISCORD_REPLY_PUBLIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DISCORD_REPLY_YES
enum DISCORD_REPLY_YES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_ClearPresence
void function() Discord_ClearPresence;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_Initialize
void function(const(char)* applicationId, DiscordEventHandlers* handlers, int autoRegister, const(char)* optionalSteamId) Discord_Initialize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_Respond
void function(const(char)* userid, int reply) Discord_Respond;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_RunCallbacks
void function() Discord_RunCallbacks;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_Shutdown
void function() Discord_Shutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_UpdateConnection
void function() Discord_UpdateConnection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_UpdateHandlers
void function(DiscordEventHandlers* handlers) Discord_UpdateHandlers;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Discord_UpdatePresence
void function(const DiscordRichPresence* presence) Discord_UpdatePresence;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.