|
Pyrogenesis
13997
|
This is the complete list of members for ICmpPathfinder, including all inherited members.
| CheckBuildingPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t a, entity_pos_t w, entity_pos_t h, entity_id_t id, pass_class_t passClass)=0 | ICmpPathfinder | pure virtual |
| CheckBuildingPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t a, entity_pos_t w, entity_pos_t h, entity_id_t id, pass_class_t passClass, bool onlyCenterPoint)=0 | ICmpPathfinder | pure virtual |
| CheckMovement(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, entity_pos_t r, pass_class_t passClass)=0 | ICmpPathfinder | pure virtual |
| CheckUnitPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, pass_class_t passClass)=0 | ICmpPathfinder | pure virtual |
| CheckUnitPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, pass_class_t passClass, bool onlyCenterPoint)=0 | ICmpPathfinder | pure virtual |
| ComputePath(entity_pos_t x0, entity_pos_t z0, const Goal &goal, pass_class_t passClass, cost_class_t costClass, Path &ret)=0 | ICmpPathfinder | pure virtual |
| ComputePathAsync(entity_pos_t x0, entity_pos_t z0, const Goal &goal, pass_class_t passClass, cost_class_t costClass, entity_id_t notify)=0 | ICmpPathfinder | pure virtual |
| ComputeShortPath(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t r, entity_pos_t range, const Goal &goal, pass_class_t passClass, Path &ret)=0 | ICmpPathfinder | pure virtual |
| ComputeShortPathAsync(entity_pos_t x0, entity_pos_t z0, entity_pos_t r, entity_pos_t range, const Goal &goal, pass_class_t passClass, bool avoidMovingUnits, entity_id_t group, entity_id_t notify)=0 | ICmpPathfinder | pure virtual |
| cost_class_t typedef | ICmpPathfinder | |
| Deinit()=0 | IComponent | pure virtual |
| Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize)=0 | IComponent | pure virtual |
| FinishAsyncRequests()=0 | ICmpPathfinder | pure virtual |
| GetCostClass(const std::string &name)=0 | ICmpPathfinder | pure virtual |
| GetEntityHandle() const | IComponent | inline |
| GetEntityId() const | IComponent | inline |
| GetJSClass() const | IComponent | virtual |
| GetJSInstance() const | IComponent | virtual |
| GetMovementSpeed(entity_pos_t x0, entity_pos_t z0, cost_class_t costClass)=0 | ICmpPathfinder | pure virtual |
| GetNearestPointOnGoal(CFixedVector2D pos, const Goal &goal)=0 | ICmpPathfinder | pure virtual |
| GetPassabilityClass(const std::string &name)=0 | ICmpPathfinder | pure virtual |
| GetPassabilityClasses()=0 | ICmpPathfinder | pure virtual |
| GetPassabilityGrid()=0 | ICmpPathfinder | pure virtual |
| GetSchema() | IComponent | static |
| GetSerializationVersion() | IComponent | inlinestatic |
| GetSimContext() const | IComponent | inline |
| GetSystemEntity() const | IComponent | inline |
| HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
| Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
| pass_class_t typedef | ICmpPathfinder | |
| ProcessSameTurnMoves()=0 | ICmpPathfinder | pure virtual |
| Serialize(ISerializer &serialize)=0 | IComponent | pure virtual |
| SetDebugOverlay(bool enabled)=0 | ICmpPathfinder | pure virtual |
| SetDebugPath(entity_pos_t x0, entity_pos_t z0, const Goal &goal, pass_class_t passClass, cost_class_t costClass)=0 | ICmpPathfinder | pure virtual |
| SetEntityHandle(CEntityHandle ent) | IComponent | inline |
| SetSimContext(const CSimContext &context) | IComponent | inline |
| ~IComponent() | IComponent | virtual |
1.8.5