Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
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_pos_t clearance, flags_t flags, entity_id_t group)=0 | ICmpObstructionManager | pure virtual |
AllocFunc typedef | IComponent | |
AreShapesInRange(const ObstructionSquare &source, const ObstructionSquare &target, entity_pos_t minRange, entity_pos_t maxRange, bool opposite) const =0 | ICmpObstructionManager | pure virtual |
DeallocFunc typedef | IComponent | |
Deinit()=0 | IComponent | pure virtual |
Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize)=0 | IComponent | pure virtual |
DistanceBetweenShapes(const ObstructionSquare &source, const ObstructionSquare &target) const =0 | ICmpObstructionManager | pure virtual |
DistanceToPoint(entity_id_t ent, entity_pos_t px, entity_pos_t pz) const =0 | ICmpObstructionManager | pure virtual |
DistanceToTarget(entity_id_t ent, entity_id_t target) const =0 | ICmpObstructionManager | pure virtual |
EFlags enum name | ICmpObstructionManager | |
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_DELETE_UPON_CONSTRUCTION enum value | ICmpObstructionManager | |
FLAG_MOVING enum value | ICmpObstructionManager | |
flags_t typedef | ICmpObstructionManager | |
GetComponentTypeId() const =0 | IComponent | pure virtual |
GetEntityHandle() const | IComponent | inline |
GetEntityId() const | IComponent | inline |
GetJSInstance() const | IComponent | virtual |
GetObstruction(tag_t tag) const =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) const =0 | ICmpObstructionManager | pure virtual |
GetPassabilityCircular() const =0 | ICmpObstructionManager | pure virtual |
GetSchema() | IComponent | static |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
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 =0 | ICmpObstructionManager | pure virtual |
GetStaticObstructionsOnObstruction(const ObstructionSquare &square, std::vector< entity_id_t > &out, const IObstructionTestFilter &filter) const =0 | ICmpObstructionManager | pure virtual |
GetStaticShapeObstruction(entity_pos_t x, entity_pos_t z, entity_angle_t a, entity_pos_t w, entity_pos_t h) const =0 | ICmpObstructionManager | pure virtual |
GetSystemEntity() const | IComponent | inline |
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 =0 | ICmpObstructionManager | pure virtual |
GetUnitShapeObstruction(entity_pos_t x, entity_pos_t z, entity_pos_t clearance) const =0 | ICmpObstructionManager | pure virtual |
GetUnitsOnObstruction(const ObstructionSquare &square, std::vector< entity_id_t > &out, const IObstructionTestFilter &filter, bool strict=false) const =0 | ICmpObstructionManager | pure virtual |
HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
IsInPointRange(entity_id_t ent, entity_pos_t px, entity_pos_t pz, entity_pos_t minRange, entity_pos_t maxRange, bool opposite) const =0 | ICmpObstructionManager | pure virtual |
IsInTargetParabolicRange(entity_id_t ent, entity_id_t target, entity_pos_t minRange, entity_pos_t maxRange, entity_pos_t yOrigin, bool opposite) const =0 | ICmpObstructionManager | pure virtual |
IsInTargetRange(entity_id_t ent, entity_id_t target, entity_pos_t minRange, entity_pos_t maxRange, bool opposite) const =0 | ICmpObstructionManager | pure virtual |
IsPointInPointRange(entity_pos_t x, entity_pos_t z, entity_pos_t px, entity_pos_t pz, entity_pos_t minRange, entity_pos_t maxRange) const =0 | ICmpObstructionManager | pure virtual |
m_EntityHandle | IComponent | private |
m_SimContext | IComponent | private |
MaxDistanceBetweenShapes(const ObstructionSquare &source, const ObstructionSquare &target) const =0 | ICmpObstructionManager | pure virtual |
MaxDistanceToPoint(entity_id_t ent, entity_pos_t px, entity_pos_t pz) const =0 | ICmpObstructionManager | pure virtual |
MaxDistanceToTarget(entity_id_t ent, entity_id_t target) const =0 | ICmpObstructionManager | pure virtual |
MoveShape(tag_t tag, entity_pos_t x, entity_pos_t z, entity_angle_t a)=0 | ICmpObstructionManager | pure virtual |
NewJSObject(const ScriptInterface &scriptInterface, JS::MutableHandleObject out) const | IComponent | virtual |
Rasterize(Grid< NavcellData > &grid, const std::vector< PathfinderPassability > &passClasses, bool fullUpdate)=0 | ICmpObstructionManager | pure virtual |
RegisterComponentType(CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) | IComponent | static |
RegisterComponentTypeScriptWrapper(CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) | IComponent | static |
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, bool relaxClearanceForUnits) const =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) const =0 | ICmpObstructionManager | pure virtual |
TestUnitShape(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t clearance, std::vector< entity_id_t > *out) const =0 | ICmpObstructionManager | pure virtual |
UpdateInformations(GridUpdateInformation &informations)=0 | ICmpObstructionManager | pure virtual |
~IComponent() | IComponent | virtual |