You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/game/server/hl2mp/bot/hl2mp_bot.h
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,11 @@ class CHL2MPBot: public NextBotPlayer< CHL2MP_Player >, public CGameEventListene
75
75
76
76
virtual CNavArea *GetLastKnownArea( void ) const { returnstatic_cast< CNavArea * >( BaseClass::GetLastKnownArea() ); } // return the last nav area the player occupied - NULL if unknown
77
77
78
+
#ifdef MAPBASE
79
+
virtualintObjectCaps( void );
80
+
virtualvoidBotUse( CBaseEntity *pActivator, CBaseEntity *pCaller, USE_TYPE useType, float value );
0 commit comments