Skip to content

rc_client_set_encore_mode_enabled

Jamiras edited this page May 30, 2023 · 1 revision

Sets whether encore mode is enabled (off by default).

Syntax

void rc_client_set_encore_mode_enabled(
    rc_client_t* client,
    int enabled
);

Parameters

client

The rc_client_t to modify.

enabled

1 to enable encore mode, 0 to disable it.

Remarks

If encore mode is enabled when loading a game, the user's unlocks will be ignored and all achievements will be active again. This allows the user to re-earn achievements they've previously unlocked. While popups will be shown, the server will ignore the unlock request for any achievement that the player has previously unlocked.

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

Minimum version: 11.0.0

See also

rc_client_get_encore_mode_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