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