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