Skip to content

rc_client_set_unofficial_enabled

Jamiras edited this page Jun 28, 2023 · 1 revision

Sets whether unofficial achievements will be activated (off by default).

Syntax

void rc_client_set_unofficial_enabled(
    rc_client_t* client,
    int enabled
);

Parameters

client

The rc_client_t to modify.

enabled

1 to enable unofficial achievements, 0 to disable them.

Remarks

If unofficial achievements are enabled when loading a game, any unofficial achievements associated to the game will be activated. Popups will be shown when unlocking unofficial achievements, but no server request will be made. The server does not track unofficial achievement unlocks.

Changing this setting while a game is loaded has no effect.

Minimum version: 11.0.0

See also

rc_client_get_unofficial_enabled

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