![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for CCmpFootprint, including all inherited members.
| Allocate(const ScriptInterface &, JS::HandleValue) | CCmpFootprint | inlinestatic |
| AllocFunc typedef | IComponent | |
| CIRCLE enum value | ICmpFootprint | |
| ClassInit(CComponentManager &componentManager) | CCmpFootprint | inlinestatic |
| Deallocate(IComponent *cmp) | CCmpFootprint | inlinestatic |
| DeallocFunc typedef | IComponent | |
| Deinit() override | CCmpFootprint | inlinevirtual |
| Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize) override | CCmpFootprint | inlinevirtual |
| EShape enum name | ICmpFootprint | |
| GetComponentTypeId() const override | CCmpFootprint | inlinevirtual |
| GetEntityHandle() const | IComponent | inline |
| GetEntityId() const | IComponent | inline |
| GetJSInstance() const | IComponent | virtual |
| GetSchema() | CCmpFootprint | inlinestatic |
| GetSerializationVersion() | IComponent | inlinestatic |
| GetShape(EShape &shape, entity_pos_t &size0, entity_pos_t &size1, entity_pos_t &height) const override | CCmpFootprint | inlinevirtual |
| GetShape_wrapper() const | ICmpFootprint | |
| GetSimContext() const | IComponent | inline |
| GetSystemEntity() const | IComponent | inline |
| HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
| Init(const CParamNode ¶mNode) override | CCmpFootprint | inlinevirtual |
| m_EntityHandle | IComponent | private |
| m_Height | CCmpFootprint | |
| m_MaxSpawnDistance | CCmpFootprint | |
| m_Shape | CCmpFootprint | |
| m_SimContext | IComponent | private |
| m_Size0 | CCmpFootprint | |
| m_Size1 | CCmpFootprint | |
| NewJSObject(const ScriptInterface &scriptInterface, JS::MutableHandleObject out) const | IComponent | virtual |
| PickSpawnPoint(entity_id_t spawned) const override | CCmpFootprint | inlinevirtual |
| PickSpawnPointBothPass(entity_id_t spawned) const override | CCmpFootprint | inlinevirtual |
| 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) override | CCmpFootprint | inlinevirtual |
| SetEntityHandle(CEntityHandle ent) | IComponent | inline |
| SetSimContext(const CSimContext &context) | IComponent | inline |
| SQUARE enum value | ICmpFootprint | |
| ~IComponent() | IComponent | virtual |