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