Garry's Mod Wiki

cvars.RemoveChangeCallback

  cvars.RemoveChangeCallback( string name, string indentifier )

Description

Removes a callback for a convar using the the callback's identifier. The identifier should be the third argument specified for cvars.AddChangeCallback.

Arguments

1 string name
The name of the convar to remove the callback from.
2 string indentifier
The callback's identifier.