![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for CCmpDecay, including all inherited members.
| Allocate(const ScriptInterface &, JS::HandleValue) | CCmpDecay | inlinestatic |
| AllocFunc typedef | IComponent | |
| ClassInit(CComponentManager &componentManager) | CCmpDecay | inlinestatic |
| Deallocate(IComponent *cmp) | CCmpDecay | inlinestatic |
| DeallocFunc typedef | IComponent | |
| Deinit() override | CCmpDecay | inlinevirtual |
| Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize) override | CCmpDecay | inlinevirtual |
| GetComponentTypeId() const override | CCmpDecay | inlinevirtual |
| GetEntityHandle() const | IComponent | inline |
| GetEntityId() const | IComponent | inline |
| GetJSInstance() const | IComponent | virtual |
| GetSchema() | CCmpDecay | inlinestatic |
| GetSerializationVersion() | IComponent | inlinestatic |
| GetSimContext() const | IComponent | inline |
| GetSystemEntity() const | IComponent | inline |
| HandleMessage(const CMessage &msg, bool global) override | CCmpDecay | inlinevirtual |
| Init(const CParamNode ¶mNode) override | CCmpDecay | inlinevirtual |
| m_Active | CCmpDecay | |
| m_CurrentTime | CCmpDecay | |
| m_DelayTime | CCmpDecay | |
| m_EntityHandle | IComponent | private |
| m_InitialXRotation | CCmpDecay | |
| m_InitialZRotation | CCmpDecay | |
| m_ShipSink | CCmpDecay | |
| m_SimContext | IComponent | private |
| m_SinkAccel | CCmpDecay | |
| m_SinkingAngleX | CCmpDecay | |
| m_SinkingAngleZ | CCmpDecay | |
| m_SinkRate | CCmpDecay | |
| m_TotalSinkDepth | CCmpDecay | |
| 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) override | CCmpDecay | inlinevirtual |
| SetEntityHandle(CEntityHandle ent) | IComponent | inline |
| SetSimContext(const CSimContext &context) | IComponent | inline |
| ~IComponent() | IComponent | virtual |