Home
last modified time | relevance | path

Searched refs:FactionStringToIndex (Results 1 – 3 of 3) sorted by relevance

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dplayer.cpp380 std::map<std::string, int> FactionStringToIndex; variable
447 if (FactionStringToIndex.find(faction_ident) != FactionStringToIndex.end()) { in GetFactionIndexByName()
448 return FactionStringToIndex[faction_ident]; in GetFactionIndexByName()
460 if (FactionStringToIndex.find(faction_ident) != FactionStringToIndex.end()) { in GetFaction()
461 return PlayerRaces.Factions[FactionStringToIndex[faction_ident]]; in GetFaction()
4579 FactionStringToIndex[faction_name] = faction_id; in SetFactionStringToIndex()
H A Dscript.cpp3542 FactionStringToIndex.erase(PlayerRaces.Factions[faction]->Ident); in DeleteModFaction()
3642 FactionStringToIndex.erase(PlayerRaces.Factions[i]->Ident); in DisableMod()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dplayer.h911 extern std::map<std::string, int> FactionStringToIndex;