native

get_cvar_num

Syntax

native get_cvar_num(const cvarname[]);

Description

Returns an integer value from a cvar. The cvar is accessed by name.

Parameters

cvarname Cvar name to retrieve value from

Note

Accessing a Cvar by name is slower than direct pointer access, which is
why the otherwise equivalent get_pcvar_num() function should be used
instead.

Return

Cvar value, converted to int