Removed incorrect parameter RemoveChangeHook desc
This commit is contained in:
parent
4e2ace9d2f
commit
daa1a4df14
@ -250,7 +250,6 @@ methodmap ConVar < Handle
|
||||
|
||||
// Removes a hook for when a console variable's value is changed.
|
||||
//
|
||||
// @param convar Handle to the convar.
|
||||
// @param callback An OnConVarChanged function pointer.
|
||||
// @error No active hook on convar.
|
||||
public native void RemoveChangeHook(ConVarChanged callback);
|
||||
|
Loading…
Reference in New Issue
Block a user