SetDiscordRichPresenceAssetText
DocsSetDiscordRichPresenceAssetText(text)Description
This native sets the hover text of the image asset for the discord rich presence implementation.
Parameters
| Name | Type | Description |
|---|---|---|
text | char* | Text to be displayed when hovering over image asset. Note that you must also set a valid image asset using the SET_DISCORD_RICH_PRESENCE_ASSET native. |
Returns
voidThis native does not return a value.