| AddStaticShape(entity_id_t ent, entity_pos_t x, entity_pos_t z, entity_angle_t a, entity_pos_t w, entity_pos_t h, flags_t flags, entity_id_t group, entity_id_t group2) | CCmpObstructionManager | inlinevirtual |
| AddUnitShape(entity_id_t ent, entity_pos_t x, entity_pos_t z, entity_pos_t r, flags_t flags, entity_id_t group) | CCmpObstructionManager | inlinevirtual |
| Allocate(ScriptInterface &, jsval) | CCmpObstructionManager | inlinestatic |
| ClassInit(CComponentManager &componentManager) | CCmpObstructionManager | inlinestatic |
| Deallocate(IComponent *cmp) | CCmpObstructionManager | inlinestatic |
| Deinit() | CCmpObstructionManager | inlinevirtual |
| Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize) | CCmpObstructionManager | inlinevirtual |
| EFlags enum name | ICmpObstructionManager | |
| FindMostImportantObstruction(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, ObstructionSquare &square) | CCmpObstructionManager | virtual |
| FLAG_BLOCK_CONSTRUCTION enum value | ICmpObstructionManager | |
| FLAG_BLOCK_FOUNDATION enum value | ICmpObstructionManager | |
| FLAG_BLOCK_MOVEMENT enum value | ICmpObstructionManager | |
| FLAG_BLOCK_PATHFINDING enum value | ICmpObstructionManager | |
| FLAG_MOVING enum value | ICmpObstructionManager | |
| flags_t typedef | ICmpObstructionManager | |
| GetEntityHandle() const | IComponent | inline |
| GetEntityId() const | IComponent | inline |
| GetJSClass() const | IComponent | virtual |
| GetJSInstance() const | IComponent | virtual |
| GetObstruction(tag_t tag) | CCmpObstructionManager | inlinevirtual |
| GetObstructionsInRange(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, std::vector< ObstructionSquare > &squares) | CCmpObstructionManager | virtual |
| GetSchema() | CCmpObstructionManager | inlinestatic |
| GetSerializationVersion() | IComponent | inlinestatic |
| GetSimContext() const | IComponent | inline |
| GetStaticShapeObstruction(entity_pos_t x, entity_pos_t z, entity_angle_t a, entity_pos_t w, entity_pos_t h) | CCmpObstructionManager | inlinevirtual |
| GetSystemEntity() const | IComponent | inline |
| GetUnitShapeObstruction(entity_pos_t x, entity_pos_t z, entity_pos_t r) | CCmpObstructionManager | inlinevirtual |
| HandleMessage(const CMessage &msg, bool global) | CCmpObstructionManager | inlinevirtual |
| Init(const CParamNode ¶mNode) | CCmpObstructionManager | inlinevirtual |
| IsDirty(const Grid< T > &grid) | CCmpObstructionManager | inlineprivate |
| IsInWorld(entity_pos_t x, entity_pos_t z, entity_pos_t r) | CCmpObstructionManager | inlineprivate |
| IsInWorld(CFixedVector2D p) | CCmpObstructionManager | inlineprivate |
| m_DebugOverlayDirty | CCmpObstructionManager | |
| m_DebugOverlayEnabled | CCmpObstructionManager | |
| m_DebugOverlayLines | CCmpObstructionManager | |
| m_DirtyID | CCmpObstructionManager | private |
| m_PassabilityCircular | CCmpObstructionManager | |
| m_StaticShapeNext | CCmpObstructionManager | |
| m_StaticShapes | CCmpObstructionManager | |
| m_StaticSubdivision | CCmpObstructionManager | |
| m_UnitShapeNext | CCmpObstructionManager | |
| m_UnitShapes | CCmpObstructionManager | |
| m_UnitSubdivision | CCmpObstructionManager | |
| m_WorldX0 | CCmpObstructionManager | |
| m_WorldX1 | CCmpObstructionManager | |
| m_WorldZ0 | CCmpObstructionManager | |
| m_WorldZ1 | CCmpObstructionManager | |
| MakeDirtyAll() | CCmpObstructionManager | inlineprivate |
| MakeDirtyDebug() | CCmpObstructionManager | inlineprivate |
| MakeDirtyStatic(flags_t flags) | CCmpObstructionManager | inlineprivate |
| MakeDirtyUnit(flags_t flags) | CCmpObstructionManager | inlineprivate |
| MoveShape(tag_t tag, entity_pos_t x, entity_pos_t z, entity_angle_t a) | CCmpObstructionManager | inlinevirtual |
| Rasterise(Grid< u8 > &grid) | CCmpObstructionManager | virtual |
| RemoveShape(tag_t tag) | CCmpObstructionManager | inlinevirtual |
| RenderSubmit(SceneCollector &collector) | CCmpObstructionManager | |
| ResetSubdivisions(entity_pos_t x1, entity_pos_t z1) | CCmpObstructionManager | inline |
| Serialize(ISerializer &serialize) | CCmpObstructionManager | inlinevirtual |
| SerializeCommon(S &serialize) | CCmpObstructionManager | inline |
| SetBounds(entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1) | CCmpObstructionManager | inlinevirtual |
| SetDebugOverlay(bool enabled) | CCmpObstructionManager | inlinevirtual |
| SetEntityHandle(CEntityHandle ent) | IComponent | inline |
| SetPassabilityCircular(bool enabled) | CCmpObstructionManager | inlinevirtual |
| SetSimContext(const CSimContext &context) | IComponent | inline |
| SetStaticControlGroup(tag_t tag, entity_id_t group, entity_id_t group2) | CCmpObstructionManager | inlinevirtual |
| SetUnitControlGroup(tag_t tag, entity_id_t group) | CCmpObstructionManager | inlinevirtual |
| SetUnitMovingFlag(tag_t tag, bool moving) | CCmpObstructionManager | inlinevirtual |
| TestLine(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, entity_pos_t r) | CCmpObstructionManager | virtual |
| TestStaticShape(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t a, entity_pos_t w, entity_pos_t h, std::vector< entity_id_t > *out) | CCmpObstructionManager | virtual |
| TestUnitShape(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, std::vector< entity_id_t > *out) | CCmpObstructionManager | virtual |
| TILE_OBSTRUCTED_FOUNDATION enum value | ICmpObstructionManager | |
| TILE_OBSTRUCTED_PATHFINDING enum value | ICmpObstructionManager | |
| TILE_OUTOFBOUNDS enum value | ICmpObstructionManager | |
| TileObstruction enum name | ICmpObstructionManager | |
| ~IComponent() | IComponent | virtual |