discord_register

Undocumented in source.

Members

Static functions

Discord_Register
void Discord_Register(const(char)* applicationId, const(char)* command)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Discord_RegisterSteamGame
void Discord_RegisterSteamGame(const(char)* applicationId, const(char)* steamId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

Discord_Register
void function(const(char)* applicationId, const(char)* command) Discord_Register;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Discord_RegisterSteamGame
void function(const(char)* applicationId, const(char)* steamId) Discord_RegisterSteamGame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta