Skip to content

rc_runtime_get_lboard

Jamiras edited this page Sep 7, 2020 · 1 revision

Gets a reference to the rc_lboard_t for a leaderboard loaded by rc_runtime_activate_lboard.

Syntax

rc_lboard_t* rc_runtime_get_lboard(
    const rc_runtime_t* runtime,
    unsigned id
);

Parameters

runtime

Pointer to the runtime object that contains the achievement trigger reference.

id

The unique identifier of the leaderboard.

Return value

A pointer to the rc_lboard_t associated to the leaderboard, or NULL if not found.

Remarks

It is dangerous to directly interact with the raw leaderboard object. This function is provided primarily for the debugging features of the toolkit.

Minimum version: 9.0.0

See also

rc_runtime_activate_lboard

rc_runtime_deactivate_lboard

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