![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for ICmpUnitMotion, including all inherited members.
| AllocFunc typedef | IComponent | |
| DeallocFunc typedef | IComponent | |
| Deinit()=0 | IComponent | pure virtual |
| Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize)=0 | IComponent | pure virtual |
| EstimateFuturePosition(const fixed dt) const =0 | ICmpUnitMotion | pure virtual |
| FaceTowardsPoint(entity_pos_t x, entity_pos_t z)=0 | ICmpUnitMotion | pure virtual |
| GetAcceleration() const =0 | ICmpUnitMotion | pure virtual |
| GetComponentTypeId() const =0 | IComponent | pure virtual |
| GetCurrentSpeed() const =0 | ICmpUnitMotion | pure virtual |
| GetEntityHandle() const | IComponent | inline |
| GetEntityId() const | IComponent | inline |
| GetFacePointAfterMove() const =0 | ICmpUnitMotion | pure virtual |
| GetJSInstance() const | IComponent | virtual |
| GetPassabilityClass() const =0 | ICmpUnitMotion | pure virtual |
| GetPassabilityClassName() const =0 | ICmpUnitMotion | pure virtual |
| GetRunMultiplier() const =0 | ICmpUnitMotion | pure virtual |
| GetSchema() | IComponent | static |
| GetSerializationVersion() | IComponent | inlinestatic |
| GetSimContext() const | IComponent | inline |
| GetSpeed() const =0 | ICmpUnitMotion | pure virtual |
| GetSpeedMultiplier() const =0 | ICmpUnitMotion | pure virtual |
| GetSystemEntity() const | IComponent | inline |
| GetUnitClearance() const =0 | ICmpUnitMotion | pure virtual |
| GetWalkSpeed() const =0 | ICmpUnitMotion | pure virtual |
| HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
| Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
| IsMoveRequested() const =0 | ICmpUnitMotion | pure virtual |
| IsTargetRangeReachable(entity_id_t target, entity_pos_t minRange, entity_pos_t maxRange)=0 | ICmpUnitMotion | pure virtual |
| m_EntityHandle | IComponent | private |
| m_SimContext | IComponent | private |
| MoveToFormationOffset(entity_id_t controller, entity_pos_t x, entity_pos_t z)=0 | ICmpUnitMotion | pure virtual |
| MoveToPointRange(entity_pos_t x, entity_pos_t z, entity_pos_t minRange, entity_pos_t maxRange)=0 | ICmpUnitMotion | pure virtual |
| MoveToTargetRange(entity_id_t target, entity_pos_t minRange, entity_pos_t maxRange)=0 | ICmpUnitMotion | pure virtual |
| NewJSObject(const ScriptInterface &scriptInterface, JS::MutableHandleObject out) const | IComponent | 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 |
| Serialize(ISerializer &serialize)=0 | IComponent | pure virtual |
| SetAcceleration(fixed acceleration)=0 | ICmpUnitMotion | pure virtual |
| SetDebugOverlay(bool enabled)=0 | ICmpUnitMotion | pure virtual |
| SetEntityHandle(CEntityHandle ent) | IComponent | inline |
| SetFacePointAfterMove(bool facePointAfterMove)=0 | ICmpUnitMotion | pure virtual |
| SetMemberOfFormation(entity_id_t controller)=0 | ICmpUnitMotion | pure virtual |
| SetPassabilityClassName(const std::string &passClassName)=0 | ICmpUnitMotion | pure virtual |
| SetSimContext(const CSimContext &context) | IComponent | inline |
| SetSpeedMultiplier(fixed multiplier)=0 | ICmpUnitMotion | pure virtual |
| StopMoving()=0 | ICmpUnitMotion | pure virtual |
| ~IComponent() | IComponent | virtual |