Skip to content

rc_runtime_reset

Jamiras edited this page Sep 7, 2020 · 1 revision

Resets the hit counts on all achievements and leaderboards to 0 and their states to "waiting".

Syntax

void rc_runtime_reset(
    rc_runtime_t* runtime
);

Parameters

runtime

Pointer to the rc_runtime_t object to be reset.

Remarks

Should be called whenever the associated game or emulated hardware is reset. There are no callback events associated to the reset, so the caller must also destroy any UI elements that are tracking progress.

Minimum version: 9.0.0

See also

rc_runtime_init

rc_runtime_do_frame

rc_runtime_destroy

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