Skip to content

rc_client_logout

Jamiras edited this page Jul 1, 2023 · 1 revision

Resets the client state such that the user is no longer logged in.

Syntax

void rc_client_logout(
    rc_client_t* client
);

Parameters

client

The rc_client_t instance to log out of.

Remarks

Also unloads the current game (if any).

Minimum version: 11.0.0

See also

rc_client_begin_login_with_password

rc_client_begin_login_with_token

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