ConVarChanged Typedef

Called when a console variable's value is changed.

typedef ConVarChanged = function void(ConVar convar, const char[] oldValue, const char[] newValue)

Tags

convar

Handle to the convar that was changed.

oldValue

String containing the value of the convar before it was changed.

newValue

String containing the new value of the convar.