Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for ICmpUnitRenderer, including all inherited members.
ACTOR_ONLY enum value | ICmpUnitRenderer | |
AddUnit(CEntityHandle entity, CUnit *unit, const CBoundingSphere &boundsApprox, int flags)=0 | ICmpUnitRenderer | pure virtual |
AllocFunc typedef | IComponent | |
DeallocFunc typedef | IComponent | |
Deinit()=0 | IComponent | pure virtual |
Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize)=0 | IComponent | pure virtual |
GetComponentTypeId() const =0 | IComponent | pure virtual |
GetEntityHandle() const | IComponent | inline |
GetEntityId() const | IComponent | inline |
GetFrameOffset() const =0 | ICmpUnitRenderer | pure virtual |
GetJSInstance() const | IComponent | virtual |
GetSchema() | IComponent | static |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
GetSystemEntity() const | IComponent | inline |
HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
m_EntityHandle | IComponent | private |
m_SimContext | IComponent | private |
NewJSObject(const ScriptInterface &scriptInterface, JS::MutableHandleObject out) const | IComponent | virtual |
PickAllEntitiesAtPoint(std::vector< std::pair< CEntityHandle, CVector3D > > &outEntities, const CVector3D &origin, const CVector3D &dir, bool allowEditorSelectables) const =0 | ICmpUnitRenderer | pure 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 |
RemoveUnit(tag_t tag)=0 | ICmpUnitRenderer | pure virtual |
Serialize(ISerializer &serialize)=0 | IComponent | pure virtual |
SetDebugOverlay(bool enabled)=0 | ICmpUnitRenderer | pure virtual |
SetEntityHandle(CEntityHandle ent) | IComponent | inline |
SetSimContext(const CSimContext &context) | IComponent | inline |
UpdateUnit(tag_t tag, CUnit *unit, const CBoundingSphere &boundsApprox)=0 | ICmpUnitRenderer | pure virtual |
UpdateUnitPos(tag_t tag, bool inWorld, const CVector3D &pos0, const CVector3D &pos1)=0 | ICmpUnitRenderer | pure virtual |
VISIBLE_IN_ATLAS_ONLY enum value | ICmpUnitRenderer | |
~IComponent() | IComponent | virtual |