cvars.AddChangeCallback
Example
Called when convar changes.
Output: "convar name" 2 5
Adds a callback to be called when the named convar changes.
The identifier is not required to be globally unique, as it's paired with the actual name of the convar.
Called when convar changes.