Home
last modified time | relevance | path

Searched defs:IsExplored (Results 1 – 6 of 6) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/Player/
H A DShroud.cs339 public bool IsExplored(WPos pos) in IsExplored() method in OpenRA.Traits.Shroud
344 public bool IsExplored(CPos cell) in IsExplored() method in OpenRA.Traits.Shroud
349 public bool IsExplored(MPos uv) in IsExplored() method in OpenRA.Traits.Shroud
361 public bool IsExplored(PPos puv) in IsExplored() method in OpenRA.Traits.Shroud
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DICmpRangeManager.h279 inline bool IsExplored(ssize_t i, ssize_t j) const in IsExplored() function
/dports/games/stratagus/stratagus-3.2.0/src/map/
H A Dmapfield.cpp306 bool CMapFieldPlayerInfo::IsExplored(const CPlayer &player) const in IsExplored() function in CMapFieldPlayerInfo
/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DSector.h79 bool IsExplored() const { return m_explored != StarSystem::eUNEXPLORED; } in IsExplored() function
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/map/
H A Dmapfield.cpp778 bool CMapFieldPlayerInfo::IsExplored(const CPlayer &player) const in IsExplored() function in CMapFieldPlayerInfo
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DMap.cpp1003 auto IsExplored = [=](int x, int y) { in DrawFogOfWar() local
3086 bool Map::IsExplored(const Point &pos) const in IsExplored() function in GemRB::Map