mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2025-12-24 08:16:26 +01:00
add Discord_ClearPresence() (#104)
send-presence example updated - start a line with 'c' to toggle whether presence information is sent or not. Added ClearPresence to .cs bindings Added ClearPresence to UE4 blueprint class.
This commit is contained in:
parent
b0e31a9e25
commit
6a59509b7b
7 changed files with 55 additions and 18 deletions
|
|
@ -76,6 +76,7 @@ DISCORD_EXPORT void Discord_UpdateConnection(void);
|
|||
#endif
|
||||
|
||||
DISCORD_EXPORT void Discord_UpdatePresence(const DiscordRichPresence* presence);
|
||||
DISCORD_EXPORT void Discord_ClearPresence();
|
||||
|
||||
DISCORD_EXPORT void Discord_Respond(const char* userid, /* DISCORD_REPLY_ */ int reply);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue