Skip to content

rc_client_has_rich_presence

Jamiras edited this page Sep 16, 2023 · 1 revision

Gets whether or not the loaded game has rich presence.

Syntax

int rc_client_has_rich_presence(
    rc_client_t* client
);

Parameters

client

The rc_client_t to query.

Returns

Non-zero if a game is loaded and has rich presence. Zero if not.

Remarks

Allows the client to hide the rich presence message (or show a default message) based on whether or not the game provides rich presence.

Minimum version: 11.0.0

See also

rc_client_get_rich_presence_message

rcheevos

rc_client

Integration guide

client

user

game

processing

rc_client_raintegration

Integration guide

rc_runtime

rhash

rapi

common

user

runtime

info

Clone this wiki locally