Skip to content

rc_client_has_achievements

Jamiras edited this page Sep 16, 2023 · 2 revisions

Gets whether or not the loaded game has achievements.

Syntax

int rc_client_has_achievements(
    rc_client_t* client
);

Parameters

client

The rc_client_t to query.

Returns

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

Remarks

Allows the client to toggle the visibility of the achievement list based on whether or not achievements exist for the game.

Minimum version: 11.0.0

See also

rc_client_create_achievement_list

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