Pyrogenesis  trunk
ICmpObstructionManager Member List

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)=0ICmpObstructionManagerpure virtual
AddUnitShape(entity_id_t ent, entity_pos_t x, entity_pos_t z, entity_pos_t clearance, flags_t flags, entity_id_t group)=0ICmpObstructionManagerpure virtual
Deinit()=0IComponentpure virtual
Deserialize(const CParamNode &paramNode, IDeserializer &deserialize)=0IComponentpure virtual
EFlags enum nameICmpObstructionManager
FLAG_BLOCK_CONSTRUCTION enum valueICmpObstructionManager
FLAG_BLOCK_FOUNDATION enum valueICmpObstructionManager
FLAG_BLOCK_MOVEMENT enum valueICmpObstructionManager
FLAG_BLOCK_PATHFINDING enum valueICmpObstructionManager
FLAG_MOVING enum valueICmpObstructionManager
flags_t typedefICmpObstructionManager
GetComponentTypeId() const =0IComponentpure virtual
GetEntityHandle() const IComponentinline
GetEntityId() const IComponentinline
GetJSInstance() const IComponentvirtual
GetObstruction(tag_t tag) const =0ICmpObstructionManagerpure 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) const =0ICmpObstructionManagerpure virtual
GetPassabilityCircular() const =0ICmpObstructionManagerpure virtual
GetSchema()IComponentstatic
GetSerializationVersion()IComponentinlinestatic
GetSimContext() const IComponentinline
GetStaticObstructionsInRange(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, std::vector< ObstructionSquare > &squares) const =0ICmpObstructionManagerpure virtual
GetStaticShapeObstruction(entity_pos_t x, entity_pos_t z, entity_angle_t a, entity_pos_t w, entity_pos_t h) const =0ICmpObstructionManagerpure virtual
GetSystemEntity() const IComponentinline
GetUnitObstructionsInRange(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, std::vector< ObstructionSquare > &squares) const =0ICmpObstructionManagerpure virtual
GetUnitShapeObstruction(entity_pos_t x, entity_pos_t z, entity_pos_t clearance) const =0ICmpObstructionManagerpure virtual
GetUnitsOnObstruction(const ObstructionSquare &square, std::vector< entity_id_t > &out, const IObstructionTestFilter &filter, bool strict=false) const =0ICmpObstructionManagerpure virtual
HandleMessage(const CMessage &msg, bool global)IComponentvirtual
Init(const CParamNode &paramNode)=0IComponentpure virtual
MoveShape(tag_t tag, entity_pos_t x, entity_pos_t z, entity_angle_t a)=0ICmpObstructionManagerpure virtual
NewJSObject(ScriptInterface &scriptInterface, JS::MutableHandleObject out) const IComponentvirtual
Rasterize(Grid< NavcellData > &grid, const std::vector< PathfinderPassability > &passClasses, bool fullUpdate)=0ICmpObstructionManagerpure virtual
RemoveShape(tag_t tag)=0ICmpObstructionManagerpure virtual
Serialize(ISerializer &serialize)=0IComponentpure virtual
SetBounds(entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1)=0ICmpObstructionManagerpure virtual
SetDebugOverlay(bool enabled)=0ICmpObstructionManagerpure virtual
SetEntityHandle(CEntityHandle ent)IComponentinline
SetPassabilityCircular(bool enabled)=0ICmpObstructionManagerpure virtual
SetSimContext(const CSimContext &context)IComponentinline
SetStaticControlGroup(tag_t tag, entity_id_t group, entity_id_t group2)=0ICmpObstructionManagerpure virtual
SetUnitControlGroup(tag_t tag, entity_id_t group)=0ICmpObstructionManagerpure virtual
SetUnitMovingFlag(tag_t tag, bool moving)=0ICmpObstructionManagerpure 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, bool relaxClearanceForUnits) const =0ICmpObstructionManagerpure 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) const =0ICmpObstructionManagerpure virtual
TestUnitShape(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t clearance, std::vector< entity_id_t > *out) const =0ICmpObstructionManagerpure virtual
UpdateInformations(GridUpdateInformation &informations)=0ICmpObstructionManagerpure virtual
~IComponent()IComponentvirtual