mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-21 04:56:01 +08:00
Update ICvar::RegisterConCommand params (#60)
This commit is contained in:

committed by
Asher Baker

parent
13c39a01e2
commit
8f9e0fa602
@ -62,7 +62,7 @@ public:
|
|||||||
virtual CVarDLLIdentifier_t AllocateDLLIdentifier() = 0;
|
virtual CVarDLLIdentifier_t AllocateDLLIdentifier() = 0;
|
||||||
|
|
||||||
// Register, unregister commands
|
// 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 UnregisterConCommand( ConCommandBase *pCommandBase ) = 0;
|
||||||
virtual void UnregisterConCommands( CVarDLLIdentifier_t id ) = 0;
|
virtual void UnregisterConCommands( CVarDLLIdentifier_t id ) = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user