Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for ICmpTemplateManager, 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 |
DisableValidation()=0 | ICmpTemplateManager | pure virtual |
FindAllTemplates(bool includeActors) const =0 | ICmpTemplateManager | pure virtual |
FindUsedTemplates() const =0 | ICmpTemplateManager | pure virtual |
GetCivData()=0 | ICmpTemplateManager | pure virtual |
GetComponentTypeId() const =0 | IComponent | pure virtual |
GetCurrentTemplateName(entity_id_t ent) const =0 | ICmpTemplateManager | pure virtual |
GetEntitiesUsingTemplate(const std::string &templateName) const =0 | ICmpTemplateManager | pure virtual |
GetEntityHandle() const | IComponent | inline |
GetEntityId() const | IComponent | inline |
GetJSInstance() const | IComponent | virtual |
GetSchema() | IComponent | static |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
GetSystemEntity() const | IComponent | inline |
GetTemplate(const std::string &templateName)=0 | ICmpTemplateManager | pure virtual |
GetTemplateWithoutValidation(const std::string &templateName)=0 | ICmpTemplateManager | pure virtual |
HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
LoadLatestTemplate(entity_id_t ent)=0 | ICmpTemplateManager | pure virtual |
LoadTemplate(entity_id_t ent, const std::string &templateName)=0 | ICmpTemplateManager | pure virtual |
m_EntityHandle | IComponent | private |
m_SimContext | IComponent | private |
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 |
SetEntityHandle(CEntityHandle ent) | IComponent | inline |
SetSimContext(const CSimContext &context) | IComponent | inline |
TemplateExists(const std::string &templateName) const =0 | ICmpTemplateManager | pure virtual |
~IComponent() | IComponent | virtual |