native

get_pcvar_num

Syntax

native get_pcvar_num(pcvar);

Description

Returns an integer value from a cvar via direct pointer access.

Parameters

pcvar Pointer to cvar to retrieve value from

Return

Cvar value, converted to int

Error

If an invalid cvar pointer is provided, an error will be
thrown.