Skip to content

rc_client_has_leaderboards

Jamiras edited this page Sep 16, 2023 · 2 revisions

Gets whether or not the loaded game has leaderboards.

Syntax

int rc_client_has_leaderboards(
    rc_client_t* client
);

Parameters

client

The rc_client_t to query.

Returns

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

Remarks

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

Minimum version: 11.0.0

See also

rc_client_create_leaderboard_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