RAGE.Discord.Update

From RAGE Multiplayer Wiki
Revision as of 12:48, 16 January 2019 by Frosty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
C.png

Parameters

  • details: String details
  • state: String state

Example

public void updateDiscord(string details, string state)
{
    RAGE.Discord.Update(details, state);
}