Returns: A cookie to remove the change handler.
Adds a listener for Console Variable changes.
The function called expects to match the following signature:
function ConVarChangeListener(conVarName: string, reserved: any);
- conVarName: The ConVar that changed.
- reserved: Currently unused.