RAGE.Discord.Update: Difference between revisions
(Created page with "Updates user's Discord rich presence. ==Syntax== <pre>RAGE.Discord.Update(string details, string state);</pre> === Required Arguments === *'''details:''' String details *'''...") |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 22: | Line 22: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} | }} | ||
[[Category:Clientside API]] | [[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);
}