Called when a console variable's value is changed.
typedef ConVarChanged = function void(ConVar convar, const char[] oldValue, const char[] newValue)
Handle to the convar that was changed.
String containing the value of the convar before it was changed.
String containing the new value of the convar.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.