Skip to content

rc_version

Jamiras edited this page Jan 21, 2024 · 1 revision

Gets a numeric value for the current rcheevos version

Syntax

uint32_t rc_version(void);

Parameters

Return value

The return value is a numeric representation of the current version as defined by this macro:

#define RCHEEVOS_MAKE_VERSION(major, minor, patch) (major * 1000000 + minor * 1000 + patch)

So 11.1.0 would return 11001000

Remarks

Minimum version: 11.1.0

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