SetDiscordRichPresenceAssetSmall
DocsSetDiscordRichPresenceAssetSmall(assetName)Description
This native sets the small image asset for the discord rich presence implementation.
Parameters
| Name | Type | Description |
|---|---|---|
assetName | char* | The name of a valid asset registered on Discordapp's developer dashboard. Note that the asset has to be registered under the same discord API application set using the SET_DISCORD_APP_ID native. |
Returns
voidThis native does not return a value.