Home
last modified time | relevance | path

Searched refs:FactionTypeTribe (Results 1 – 4 of 4) sorted by relevance

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dgrand_strategy.cpp774 …&& (PlayerRaces.Factions[this->Faction]->Type == FactionTypeTribe || this->GovernmentType == Gover… in MinisterSuccession()
860 …!family_inheritance || PlayerRaces.Factions[this->Faction]->Type == FactionTypeTribe || this->Gove… in CanHaveSuccession()
869 …1 && province->Owner == nullptr && PlayerRaces.Factions[this->Faction]->Type == FactionTypeTribe) { in IsConquestDesirable()
913 if (PlayerRaces.Factions[this->Faction]->Type == FactionTypeTribe) { in GetFullName()
H A Dplayer.cpp1633 !(faction_type == FactionTypeTribe && !has_writing) in SetRandomFaction()
2201 if (faction->Type == FactionTypeTribe) { in GetCharacterTitleName()
4602 } else if (faction_type == FactionTypeTribe) { in GetFactionTypeNameById()
4622 return FactionTypeTribe; in GetFactionTypeIdByName()
H A Dscript_player.cpp2195 if (faction->Type == FactionTypeTribe) { in CclDefineFaction()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dplayer.h456 FactionTypeTribe, enumerator