RAGE.Discord.Update: Difference between revisions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} | }} | ||
[[Category:Clientside API]] | |||
Latest revision as of 12:48, 16 January 2019
Updates user's Discord rich presence.
Syntax
RAGE.Discord.Update(string details, string state);
Required Arguments
- details: String details
- state: String state
Example
C# Syntax
Parameters
- details: String details
- state: String state
Example
public void updateDiscord(string details, string state)
{
RAGE.Discord.Update(details, state);
}