mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
Update ICvar::RegisterConCommand params (#60)
This commit is contained in:
parent
13c39a01e2
commit
8f9e0fa602
@ -62,7 +62,7 @@ public:
|
||||
virtual CVarDLLIdentifier_t AllocateDLLIdentifier() = 0;
|
||||
|
||||
// Register, unregister commands
|
||||
virtual void RegisterConCommand( ConCommandBase *pCommandBase ) = 0;
|
||||
virtual void RegisterConCommand( ConCommandBase *pCommandBase, bool unknown=true ) = 0;
|
||||
virtual void UnregisterConCommand( ConCommandBase *pCommandBase ) = 0;
|
||||
virtual void UnregisterConCommands( CVarDLLIdentifier_t id ) = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user