GetConVarInt Function

Returns the integer value of a console variable.

int GetConVarInt(Handle convar)

Parameters

Handle convar

Handle to the convar.

Return Value

The integer value of the convar.

Errors

Invalid or corrupt Handle.