Home
last modified time | relevance | path

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

/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DPerson.h46 const Phrase &GetHail() const;
H A DGovernment.h81 std::string GetHail(bool isDisabled) const;
H A DPerson.cpp101 const Phrase &Person::GetHail() const in GetHail() function in Person
H A DGovernment.cpp267 string Government::GetHail(bool isDisabled) const in GetHail() function in Government
H A DHailPanel.cpp117 message = ship->GetHail(player); in HailPanel()
H A DShip.h187 std::string GetHail(const PlayerInfo &player) const;
H A DEngine.cpp1660 ship->SetHail(person.GetHail()); in SpawnPersons()
1714 SendMessage(source, source->GetHail(player)); in SendHails()
H A DShip.cpp1280 string Ship::GetHail(const PlayerInfo &player) const in GetHail() function in Ship
1294 string hailStr = hail ? hail->Get() : government ? government->GetHail(isDisabled) : ""; in GetHail()