Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for CCmpPathfinder, including all inherited members.
Allocate(const ScriptInterface &, JS::HandleValue) | CCmpPathfinder | inlinestatic |
AllocFunc typedef | IComponent | |
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) const override | CCmpPathfinder | 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) const override | CCmpPathfinder | 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) const override | CCmpPathfinder | virtual |
CheckUnitPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, pass_class_t passClass, bool onlyCenterPoint) const override | CCmpPathfinder | virtual |
ClassInit(CComponentManager &componentManager) | CCmpPathfinder | inlinestatic |
ComputePathAsync(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass, entity_id_t notify) override | CCmpPathfinder | virtual |
ComputePathImmediate(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass, WaypointPath &ret) const override | CCmpPathfinder | virtual |
ComputeShoreGrid(bool expandOnWater=false) override | CCmpPathfinder | virtual |
ComputeShortPathAsync(entity_pos_t x0, entity_pos_t z0, entity_pos_t clearance, entity_pos_t range, const PathGoal &goal, pass_class_t passClass, bool avoidMovingUnits, entity_id_t controller, entity_id_t notify) override | CCmpPathfinder | virtual |
ComputeShortPathImmediate(const ShortPathRequest &request) const override | CCmpPathfinder | virtual |
Deallocate(IComponent *cmp) | CCmpPathfinder | inlinestatic |
DeallocFunc typedef | IComponent | |
Deinit() override | CCmpPathfinder | virtual |
Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize) override | CCmpPathfinder | virtual |
FlushAIPathfinderDirtinessInformation() override | CCmpPathfinder | inlinevirtual |
GetAIPathfinderDirtinessInformation() const override | CCmpPathfinder | inlinevirtual |
GetClearance(pass_class_t passClass) const override | CCmpPathfinder | inlinevirtual |
GetComponentTypeId() const override | CCmpPathfinder | inlinevirtual |
GetDebugData(u32 &steps, double &time, Grid< u8 > &grid) const override | CCmpPathfinder | virtual |
GetEntityHandle() const | IComponent | inline |
GetEntityId() const | IComponent | inline |
GetJSInstance() const | IComponent | virtual |
GetMaximumClearance() const override | CCmpPathfinder | inlinevirtual |
GetMovesToProcess(std::vector< T > &requests, bool useMax=false, size_t maxMoves=0) | CCmpPathfinder | |
GetPassabilityClass(const std::string &name) const override | CCmpPathfinder | virtual |
GetPassabilityClasses(std::map< std::string, pass_class_t > &passClasses) const override | CCmpPathfinder | virtual |
GetPassabilityClasses(std::map< std::string, pass_class_t > &nonPathfindingPassClasses, std::map< std::string, pass_class_t > &pathfindingPassClasses) const override | CCmpPathfinder | virtual |
GetPassabilityFromMask(pass_class_t passClass) const | CCmpPathfinder | |
GetPassabilityGrid() override | CCmpPathfinder | virtual |
GetSchema() | CCmpPathfinder | inlinestatic |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
GetSystemEntity() const | IComponent | inline |
HandleMessage(const CMessage &msg, bool global) override | CCmpPathfinder | virtual |
Init(const CParamNode ¶mNode) override | CCmpPathfinder | virtual |
IsGoalReachable(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass) override | CCmpPathfinder | virtual |
m_AIPathfinderDirtinessInformation | CCmpPathfinder | |
m_AtlasOverlay | CCmpPathfinder | |
m_DirtinessInformation | CCmpPathfinder | |
m_EntityHandle | IComponent | private |
m_Futures | CCmpPathfinder | |
m_Grid | CCmpPathfinder | |
m_GridSize | CCmpPathfinder | |
m_LongPathfinder | CCmpPathfinder | |
m_LongPathRequests | CCmpPathfinder | |
m_MaxSameTurnMoves | CCmpPathfinder | |
m_NextAsyncTicket | CCmpPathfinder | |
m_PassClasses | CCmpPathfinder | |
m_PassClassMasks | CCmpPathfinder | |
m_PathfinderHier | CCmpPathfinder | |
m_ShortPathRequests | CCmpPathfinder | |
m_SimContext | IComponent | private |
m_TerrainDirty | CCmpPathfinder | |
m_TerrainOnlyGrid | CCmpPathfinder | |
m_VertexPathfinders | CCmpPathfinder | |
MinimalTerrainUpdate(int itile0, int jtile0, int itile1, int jtile1) | CCmpPathfinder | |
NewJSObject(const ScriptInterface &scriptInterface, JS::MutableHandleObject out) const | IComponent | virtual |
PushRequestsToWorkers(std::vector< T > &from) | CCmpPathfinder | |
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 |
RenderSubmit(SceneCollector &collector) | CCmpPathfinder | |
SendRequestedPaths() override | CCmpPathfinder | virtual |
Serialize(ISerializer &serialize) override | CCmpPathfinder | virtual |
SerializeCommon(S &serialize) | CCmpPathfinder | |
SetAtlasOverlay(bool enable, pass_class_t passClass=0) override | CCmpPathfinder | virtual |
SetDebugOverlay(bool enabled) override | CCmpPathfinder | virtual |
SetDebugPath(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass) override | CCmpPathfinder | virtual |
SetEntityHandle(CEntityHandle ent) | IComponent | inline |
SetHierDebugOverlay(bool enabled) override | CCmpPathfinder | virtual |
SetSimContext(const CSimContext &context) | IComponent | inline |
StartProcessingMoves(bool useMax) override | CCmpPathfinder | virtual |
TerrainUpdateHelper(bool expandPassability=true, int itile0=-1, int jtile0=-1, int itile1=-1, int jtile1=-1) | CCmpPathfinder | |
UpdateGrid() override | CCmpPathfinder | virtual |
~CCmpPathfinder() | CCmpPathfinder | |
~IComponent() | IComponent | virtual |