Add HookChange and UnhookChange to ConVar.
This commit is contained in:
parent
89f6e4736f
commit
87a21c7ff8
@ -989,4 +989,6 @@ methodmap ConVar < Handle
|
|||||||
public SetBounds() = SetConVarBounds;
|
public SetBounds() = SetConVarBounds;
|
||||||
public GetDefault() = GetConVarDefault;
|
public GetDefault() = GetConVarDefault;
|
||||||
public GetName() = GetConVarName;
|
public GetName() = GetConVarName;
|
||||||
|
public HookChange() = HookConVarChange;
|
||||||
|
public UnhookChange() = UnhookConVarChange;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user