|
Pyrogenesis
13997
|
This is the complete list of members for ICmpObstructionManager, including all inherited members.
| 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=INVALID_ENTITY)=0 | ICmpObstructionManager | pure virtual |
| AddUnitShape(entity_id_t ent, entity_pos_t x, entity_pos_t z, entity_angle_t r, flags_t flags, entity_id_t group)=0 | ICmpObstructionManager | pure virtual |
| Deinit()=0 | IComponent | pure virtual |
| Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize)=0 | IComponent | pure virtual |
| EFlags enum name | ICmpObstructionManager | |
| FindMostImportantObstruction(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, ObstructionSquare &square)=0 | ICmpObstructionManager | pure 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)=0 | ICmpObstructionManager | pure virtual |
| GetObstructionsInRange(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, std::vector< ObstructionSquare > &squares)=0 | ICmpObstructionManager | pure virtual |
| GetSchema() | IComponent | static |
| 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)=0 | ICmpObstructionManager | pure virtual |
| GetSystemEntity() const | IComponent | inline |
| GetUnitShapeObstruction(entity_pos_t x, entity_pos_t z, entity_pos_t r)=0 | ICmpObstructionManager | pure virtual |
| HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
| Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
| MoveShape(tag_t tag, entity_pos_t x, entity_pos_t z, entity_angle_t a)=0 | ICmpObstructionManager | pure virtual |
| Rasterise(Grid< u8 > &grid)=0 | ICmpObstructionManager | pure virtual |
| RemoveShape(tag_t tag)=0 | ICmpObstructionManager | pure virtual |
| Serialize(ISerializer &serialize)=0 | IComponent | pure virtual |
| SetBounds(entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1)=0 | ICmpObstructionManager | pure virtual |
| SetDebugOverlay(bool enabled)=0 | ICmpObstructionManager | pure virtual |
| SetEntityHandle(CEntityHandle ent) | IComponent | inline |
| SetPassabilityCircular(bool enabled)=0 | ICmpObstructionManager | pure virtual |
| SetSimContext(const CSimContext &context) | IComponent | inline |
| SetStaticControlGroup(tag_t tag, entity_id_t group, entity_id_t group2)=0 | ICmpObstructionManager | pure virtual |
| SetUnitControlGroup(tag_t tag, entity_id_t group)=0 | ICmpObstructionManager | pure virtual |
| SetUnitMovingFlag(tag_t tag, bool moving)=0 | ICmpObstructionManager | pure virtual |
| TestLine(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, entity_pos_t r)=0 | ICmpObstructionManager | pure 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)=0 | ICmpObstructionManager | pure virtual |
| TestUnitShape(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, std::vector< entity_id_t > *out)=0 | ICmpObstructionManager | pure 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 |
1.8.5