Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for CCmpTerritoryInfluence, including all inherited members.
Allocate(const ScriptInterface &, JS::HandleValue) | CCmpTerritoryInfluence | inlinestatic |
AllocFunc typedef | IComponent | |
ClassInit(CComponentManager &componentManager) | CCmpTerritoryInfluence | inlinestatic |
Deallocate(IComponent *cmp) | CCmpTerritoryInfluence | inlinestatic |
DeallocFunc typedef | IComponent | |
Deinit() override | CCmpTerritoryInfluence | inlinevirtual |
Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize) override | CCmpTerritoryInfluence | inlinevirtual |
GetComponentTypeId() const override | CCmpTerritoryInfluence | inlinevirtual |
GetEntityHandle() const | IComponent | inline |
GetEntityId() const | IComponent | inline |
GetJSInstance() const | IComponent | virtual |
GetRadius() const override | CCmpTerritoryInfluence | inlinevirtual |
GetSchema() | CCmpTerritoryInfluence | inlinestatic |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
GetSystemEntity() const | IComponent | inline |
GetWeight() const override | CCmpTerritoryInfluence | inlinevirtual |
HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
Init(const CParamNode ¶mNode) override | CCmpTerritoryInfluence | inlinevirtual |
IsRoot() const override | CCmpTerritoryInfluence | inlinevirtual |
m_EntityHandle | IComponent | private |
m_Radius | CCmpTerritoryInfluence | |
m_Root | CCmpTerritoryInfluence | |
m_SimContext | IComponent | private |
m_Weight | CCmpTerritoryInfluence | |
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 | CCmpTerritoryInfluence | inlinevirtual |
SetEntityHandle(CEntityHandle ent) | IComponent | inline |
SetSimContext(const CSimContext &context) | IComponent | inline |
~IComponent() | IComponent | virtual |