GetConVarBool Function

Returns the boolean value of a console variable.

bool GetConVarBool(Handle convar)

Parameters

Handle convar

Handle to the convar.

Return Value

The boolean value of the convar.

Errors

Invalid or corrupt Handle.