Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for ICmpVisual, 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 |
GetActorSeed() const =0 | ICmpVisual | pure virtual |
GetAnimationName() const =0 | ICmpVisual | pure virtual |
GetBounds() const =0 | ICmpVisual | pure virtual |
GetComponentTypeId() const =0 | IComponent | pure virtual |
GetEntityHandle() const | IComponent | inline |
GetEntityId() const | IComponent | inline |
GetJSInstance() const | IComponent | virtual |
GetPosition() const =0 | ICmpVisual | pure virtual |
GetProjectileActor() const =0 | ICmpVisual | pure virtual |
GetProjectileLaunchPoint() const =0 | ICmpVisual | pure virtual |
GetSchema() | IComponent | static |
GetSelectionBox() const =0 | ICmpVisual | pure virtual |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
GetSystemEntity() const | IComponent | inline |
GetUnit()=0 | ICmpVisual | pure virtual |
HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
HasConstructionPreview() const =0 | ICmpVisual | pure virtual |
Hotload(const VfsPath &name=L"")=0 | ICmpVisual | pure 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 |
RecomputeActorName()=0 | ICmpVisual | 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 |
SelectAnimation(const std::string &name, bool once, fixed speed)=0 | ICmpVisual | pure virtual |
SelectMovementAnimation(const std::string &name, fixed speed)=0 | ICmpVisual | pure virtual |
Serialize(ISerializer &serialize)=0 | IComponent | pure virtual |
SetActorSeed(u32 seed)=0 | ICmpVisual | pure virtual |
SetAnimationSyncOffset(fixed actiontime)=0 | ICmpVisual | pure virtual |
SetAnimationSyncRepeat(fixed repeattime)=0 | ICmpVisual | pure virtual |
SetEntityHandle(CEntityHandle ent) | IComponent | inline |
SetShadingColor(fixed r, fixed g, fixed b, fixed a)=0 | ICmpVisual | pure virtual |
SetSimContext(const CSimContext &context) | IComponent | inline |
SetVariable(const std::string &name, float value)=0 | ICmpVisual | pure virtual |
SetVariant(const CStr &key, const CStr &selection)=0 | ICmpVisual | pure virtual |
~IComponent() | IComponent | virtual |