Searched refs:GetMultiName (Results 1 – 14 of 14) sorted by relevance
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/monster/ |
H A D | monster.h | 168 const char * GetMultiName( void ) const;
|
H A D | monster.cpp | 1004 const char * Monster::GetMultiName( void ) const in GetMultiName() function in Monster
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/ |
H A D | battle_main.cpp | 398 DEBUG_LOG( DBG_BATTLE, DBG_TRACE, "raise: " << raiseCount << mons.GetMultiName() ); in NecromancySkillAction()
|
H A D | battle_interface.cpp | 2093 StringReplace( statusMsg, "%{monster}", b_enemy->GetMultiName() ); in GetBattleCursor() 2101 StringReplace( statusMsg, "%{monster}", b_enemy->GetMultiName() ); in GetBattleCursor()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/ |
H A D | dialog_quickinfo.cpp | 144 StringReplace( str, "%{monster}", StringLower( troop.GetMultiName() ) ); in ShowGuardiansInfo() 163 StringReplace( str, "%{monster}", StringLower( troop.GetMultiName() ) ); in ShowMonsterInfo()
|
H A D | dialog_recrut.cpp | 85 StringReplace( str, "%{name}", monster.GetMultiName() ); in RedrawMonsterInfo()
|
H A D | dialog_armyinfo.cpp | 622 StringReplace( message, "%{monster}", StringLower( troop.GetMultiName() ) ); in ArmyJoinFree()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/ |
H A D | castle.cpp | 845 …DEBUG_LOG( DBG_GAME, DBG_TRACE, name << " recruit: " << troop.GetMultiName() << "(" << count << ")… in RecruitMonster() 860 … << troop.GetCount() << " " << troop.GetMultiName() << " replace " << weak->GetCount() << " " << w… in RecruitMonsterFromDwelling()
|
H A D | castle_well.cpp | 325 text.set( monster.GetMultiName(), statsFontType ); in WellRedrawInfoArea()
|
H A D | castle_dialog.cpp | 111 StringReplace( msgStatus, "%{name}", monster.GetMultiName() ); in buildingStatusMessage()
|
H A D | buildinginfo.cpp | 287 …( description, "%{monster}", StringLower( Monster( castle.GetRace(), building ).GetMultiName() ) ); in BuildingInfo()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/ |
H A D | heroes_action.cpp | 762 StringReplace( message, "%{monster}", StringLower( troop.GetMultiName() ) ); in ActionToMonster() 2206 StringReplace( message, "%{monster}", troop.GetMultiName() ); in ActionToDwellingJoinMonster() 2484 str1 += mons.GetMultiName(); in ActionToUpgradeArmy() 2487 str2 += mons.GetUpgrade().GetMultiName(); in ActionToUpgradeArmy()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/ |
H A D | game_startgame.cpp | 292 StringReplace( message, "%{monster}", monster.GetMultiName() ); in ShowNewWeekDialog()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/army/ |
H A D | army.cpp | 122 StringReplace( str, "%{monster}", StringLower( troop.GetMultiName() ) ); in TroopSizeString()
|