Home
last modified time | relevance | path

Searched refs:KILLARMIES (Results 1 – 8 of 8) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DQuest.cpp112 case Quest::KILLARMIES: return "Quest::KILLARMIES"; in questTypeToString()
127 else if (str == "Quest::KILLARMIES") return Quest::KILLARMIES; in questTypeFromString()
H A DQEnemyArmies.cpp68 : Quest(q_mgr, hero, Quest::KILLARMIES), d_killed(0) in QuestEnemyArmies()
97 : Quest(q_mgr, hero, Quest::KILLARMIES), d_killed(0) in QuestEnemyArmies()
H A DQuest.h63 KILLARMIES = 2, enumerator
H A Dquestmap.cpp122 case Quest::KILLARMIES: in after_draw()
H A DQuestsManager.cpp345 case Quest::KILLARMIES: in load()
H A Dnetwork_player.cpp638 case Quest::KILLARMIES: in decodeActionQuest()
H A Daction.cpp1145 case Quest::KILLARMIES: in Action_Quest()
H A Dplayer.cpp3931 case Quest::KILLARMIES: in AI_getQuestDestination()