Home
last modified time | relevance | path

Searched refs:GeneratePersonalName (Results 1 – 7 of 7) sorted by relevance

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dutil.h170 extern std::string GeneratePersonalName(const std::string &unit_type_ident);
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/menus/
H A Dcustom_hero.lua70 …generated_personal_name = GeneratePersonalName(hero_class_ident_list[hero_class:getSelected() + 1])
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/tolua/
H A Dstratagus.pkg165 extern std::string GeneratePersonalName(std::string unit_type_ident);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dutil.cpp1230 std::string GeneratePersonalName(const std::string &unit_type_ident) in GeneratePersonalName() function
1233 …return UnitTypes[unit_type_id]->GeneratePersonalName(nullptr, UnitTypes[unit_type_id]->DefaultStat… in GeneratePersonalName()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/unit/
H A Dunittype.h855 std::string GeneratePersonalName(CFaction *faction, int gender) const;
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/unit/
H A Dunittype.cpp1821 std::string CUnitType::GeneratePersonalName(CFaction *faction, int gender) const in GeneratePersonalName() function in CUnitType
H A Dunit.cpp2142 …droppedUnit->Name = droppedUnit->Type->GeneratePersonalName(nullptr, droppedUnit->Variable[GENDER_… in GenerateDrop()
3312 this->Name = this->Type->GeneratePersonalName(faction, this->Variable[GENDER_INDEX].Value); in UpdatePersonalName()