mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-09 03:28:24 +00:00
Update ICvar::RegisterConCommand params (#60)
(cherry picked from commit 8f9e0fa602)
This commit is contained in:
parent
b1d3d5b58f
commit
9f9530c54b
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user