GetConVarFlags Function

Returns the bitstring of flags on a console variable.

int GetConVarFlags(Handle convar)

Parameters

Handle convar

Handle to the convar.

Return Value

A bitstring containing the FCVAR_* flags that are enabled.

Errors

Invalid or corrupt Handle.