Searched defs:ShipInfo (Results 1 – 6 of 6) sorted by relevance
62 struct ShipInfo { struct63 ShipInfo(const std::string& init_name, in ShipInfo() function68 ShipInfo() : ShipInfo("", ShipFilterStatus::kAll, 0) { in ShipInfo() argument70 ShipInfo(const ShipInfo& other) : ShipInfo(other.name, other.status, other.serial) { in ShipInfo() function79 const std::string name;80 ShipFilterStatus status;81 const Widelands::Serial serial;
115 struct ShipInfo struct121 ShipInfo(const Coord& pos, int size, Ship::Direction direction) in ShipInfo() argument
37 SHIP_INFO ShipInfo; member
268 const BRIEF_SHIP_INFO *ShipInfo = &EncounterPtr->ShipList[i]; in SaveEncounters() local
263 BRIEF_SHIP_INFO *ShipInfo = &EncounterPtr->ShipList[i]; in LoadEncounter() local
409 BRIEF_SHIP_INFO *ShipInfo = &EncounterPtr->ShipList[i]; in LoadEncounter() local