Initial Mapbase commit (squashed from mapbase-beta)

This commit is contained in:
Blixibon
2019-08-31 19:28:20 +00:00
parent 0d8dceea43
commit 3d464bc051
816 changed files with 105527 additions and 957 deletions

View File

@@ -411,6 +411,17 @@ void CAI_BehaviorBase::HandleAnimEvent( animevent_t *pEvent )
m_pBackBridge->BackBridge_HandleAnimEvent( pEvent );
}
#ifdef MAPBASE
//-------------------------------------
bool CAI_BehaviorBase::CanUnholsterWeapon( void )
{
Assert( m_pBackBridge != NULL );
return m_pBackBridge->BackBridge_CanUnholsterWeapon();
}
#endif
//-------------------------------------
bool CAI_BehaviorBase::NotifyChangeBehaviorStatus( bool fCanFinishSchedule )