Pyrogenesis
13997
|
This is the complete list of members for CCmpPathfinder, including all inherited members.
Allocate(ScriptInterface &, jsval) | CCmpPathfinder | inlinestatic |
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) | 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) | 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) | CCmpPathfinder | virtual |
CheckUnitPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, pass_class_t passClass) | CCmpPathfinder | virtual |
CheckUnitPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, pass_class_t passClass, bool onlyCenterPoint) | CCmpPathfinder | virtual |
ClassInit(CComponentManager &componentManager) | CCmpPathfinder | inlinestatic |
ComputePath(entity_pos_t x0, entity_pos_t z0, const Goal &goal, pass_class_t passClass, cost_class_t costClass, Path &ret) | CCmpPathfinder | virtual |
ICmpPathfinder::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) | CCmpPathfinder | 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) | CCmpPathfinder | virtual |
ICmpPathfinder::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 controller, entity_id_t notify) | CCmpPathfinder | virtual |
cost_class_t typedef | ICmpPathfinder | |
Deallocate(IComponent *cmp) | CCmpPathfinder | inlinestatic |
Deinit() | CCmpPathfinder | virtual |
Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize) | CCmpPathfinder | virtual |
DistanceToGoal(CFixedVector2D pos, const CCmpPathfinder::Goal &goal) | CCmpPathfinder | static |
FinishAsyncRequests() | CCmpPathfinder | virtual |
GetCostClass(const std::string &name) | CCmpPathfinder | 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) | CCmpPathfinder | virtual |
GetNearestPointOnGoal(CFixedVector2D pos, const Goal &goal) | CCmpPathfinder | virtual |
GetPassabilityClass(const std::string &name) | CCmpPathfinder | virtual |
GetPassabilityClasses() | CCmpPathfinder | virtual |
GetPassabilityGrid() | CCmpPathfinder | virtual |
GetSchema() | CCmpPathfinder | inlinestatic |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
GetSystemEntity() const | IComponent | inline |
HandleMessage(const CMessage &msg, bool global) | CCmpPathfinder | virtual |
Init(const CParamNode ¶mNode) | CCmpPathfinder | virtual |
m_AsyncLongPathRequests | CCmpPathfinder | |
m_AsyncShortPathRequests | CCmpPathfinder | |
m_DebugGrid | CCmpPathfinder | |
m_DebugOverlay | CCmpPathfinder | |
m_DebugOverlayShortPathLines | CCmpPathfinder | |
m_DebugPassClass | CCmpPathfinder | |
m_DebugPath | CCmpPathfinder | |
m_DebugSteps | CCmpPathfinder | |
m_Grid | CCmpPathfinder | |
m_MapSize | CCmpPathfinder | |
m_MaxSameTurnMoves | CCmpPathfinder | |
m_MoveCosts | CCmpPathfinder | |
m_MoveSpeeds | CCmpPathfinder | |
m_NextAsyncTicket | CCmpPathfinder | |
m_ObstructionGrid | CCmpPathfinder | |
m_PassClasses | CCmpPathfinder | |
m_PassClassMasks | CCmpPathfinder | |
m_SameTurnMovesCount | CCmpPathfinder | |
m_TerrainCostClassTags | CCmpPathfinder | |
m_TerrainDirty | CCmpPathfinder | |
m_UnitCostClassTags | CCmpPathfinder | |
NearestTile(entity_pos_t x, entity_pos_t z, u16 &i, u16 &j) | CCmpPathfinder | inline |
pass_class_t typedef | ICmpPathfinder | |
ProcessLongRequests(const std::vector< AsyncLongPathRequest > &longRequests) | CCmpPathfinder | |
ProcessSameTurnMoves() | CCmpPathfinder | virtual |
ProcessShortRequests(const std::vector< AsyncShortPathRequest > &shortRequests) | CCmpPathfinder | |
RenderSubmit(SceneCollector &collector) | CCmpPathfinder | |
ResetDebugPath() | CCmpPathfinder | virtual |
Serialize(ISerializer &serialize) | CCmpPathfinder | virtual |
SetDebugOverlay(bool enabled) | CCmpPathfinder | virtual |
SetDebugPath(entity_pos_t x0, entity_pos_t z0, const Goal &goal, pass_class_t passClass, cost_class_t costClass) | CCmpPathfinder | virtual |
SetEntityHandle(CEntityHandle ent) | IComponent | inline |
SetSimContext(const CSimContext &context) | IComponent | inline |
TileCenter(u16 i, u16 j, entity_pos_t &x, entity_pos_t &z) | CCmpPathfinder | inlinestatic |
UpdateGrid() | CCmpPathfinder | |
~IComponent() | IComponent | virtual |