Skip to content

rc_client_destroy

Jamiras edited this page May 30, 2023 · 1 revision

Releases resources associated to a rc_client_t object (including the rc_client_t object) created by rc_client_create.

Syntax

void rc_client_destroy(
    rc_client_t* client
);

Parameters

client

The rc_client_t instance to destroy.

Remarks

Also destroys any nested objects (user data, game data, etc). The pointer (and any nested object pointers) are invalid after this call and should not be used.

Minimum version: 11.0.0

See also

rc_client_create

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