mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 02:28:22 +00:00
Update ICvar
This commit is contained in:
parent
8e3da65bdf
commit
c4e8de5fb3
@ -121,6 +121,8 @@ public:
|
||||
// if copy_or_cleanup is true, if false would cleanup the buffer
|
||||
virtual void CopyUserInfoCvarDefaults( ConVarUserInfoSet_t buffer, int from, int to, bool copy_or_cleanup ) = 0;
|
||||
|
||||
virtual void unk101() = 0;
|
||||
|
||||
// Register, unregister vars
|
||||
virtual void RegisterConVar( const ConVarCreation_t& setup, uint64 nAdditionalFlags, ConVarRef* pCvarRef, ConVarData** pCvarData ) = 0;
|
||||
// Unregisters convar change callback, but leaves the convar in the lists,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user