Home
last modified time | relevance | path

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

/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/helpers/
H A DPathfinding.h344 m_Obstructions = NONE; in PathfinderPassability()
346 m_Obstructions = PATHFINDING; in PathfinderPassability()
348 m_Obstructions = FOUNDATION; in PathfinderPassability()
352 m_Obstructions = NONE; in PathfinderPassability()
356 m_Obstructions = NONE; in PathfinderPassability()
374 ObstructionHandling m_Obstructions; variable
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpPathfinder.cpp225 if ((GetPassabilityFromMask(pair.second)->m_Obstructions == PathfinderPassability::PATHFINDING)) in GetPassabilityClasses()
H A DCCmpObstructionManager.cpp890 switch (passability.m_Obstructions) in Rasterize()