ConVar.RemoveChangeHook Method

Removes a hook for when a console variable's value is changed.

void RemoveChangeHook(ConVarChanged callback)

Parameters

ConVarChanged callback

An OnConVarChanged function pointer.

Errors

No active hook on convar.