Searched refs:GetMaxHeroes (Results 1 – 5 of 5) sorted by relevance
162 static u32 GetMaxHeroes( void );
71 heroes.reserve( GetMaxHeroes() ); in Init()507 …return ( heroes.size() < GetMaxHeroes() ) && ( !check_payment || AllowPayment( PaymentConditions::… in AllowRecruitHero()557 u32 Kingdom::GetMaxHeroes( void ) in GetMaxHeroes() function in Kingdom
403 return hero.GetKingdom().GetHeroes().size() < Kingdom::GetMaxHeroes(); in HeroesValidObject()
1753 if ( kingdom.GetHeroes().size() < Kingdom::GetMaxHeroes() ) { in AIToJail()
3053 StringReplace( str, "%{count}", Kingdom::GetMaxHeroes() ); in ActionToJail()