mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
Updated IBotController iface (bug 4882, r=ds).
This commit is contained in:
parent
88711a8303
commit
8cfffe26cf
@ -175,8 +175,6 @@ public:
|
||||
virtual void RemoveAllItems( bool removeSuit ) = 0;
|
||||
// give them a weapon
|
||||
virtual void SetActiveWeapon( const char *WeaponName ) = 0;
|
||||
// called after running a move command
|
||||
virtual void PostClientMessagesSent( void ) = 0;
|
||||
// check various effect flags
|
||||
virtual bool IsEFlagSet( int nEFlagMask ) = 0;
|
||||
// fire a virtual move command to the bot
|
||||
|
Loading…
Reference in New Issue
Block a user