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