Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for ICmpTerritoryManager, 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 |
GetComponentTypeId() const =0 | IComponent | pure virtual |
GetEntityHandle() const | IComponent | inline |
GetEntityId() const | IComponent | inline |
GetJSInstance() const | IComponent | virtual |
GetNeighbours(entity_pos_t x, entity_pos_t z, bool filterConnected)=0 | ICmpTerritoryManager | pure virtual |
GetOwner(entity_pos_t x, entity_pos_t z)=0 | ICmpTerritoryManager | pure virtual |
GetSchema() | IComponent | static |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
GetSystemEntity() const | IComponent | inline |
GetTerritoryGrid()=0 | ICmpTerritoryManager | pure virtual |
GetTerritoryPercentage(player_id_t player)=0 | ICmpTerritoryManager | pure virtual |
HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
IsConnected(entity_pos_t x, entity_pos_t z)=0 | ICmpTerritoryManager | pure virtual |
IsTerritoryBlinking(entity_pos_t x, entity_pos_t z)=0 | ICmpTerritoryManager | pure virtual |
m_EntityHandle | IComponent | private |
m_SimContext | IComponent | private |
NAVCELLS_PER_TERRITORY_TILE | ICmpTerritoryManager | static |
NeedUpdateAI(size_t *dirtyID, size_t *dirtyBlinkingID) const =0 | ICmpTerritoryManager | pure virtual |
NeedUpdateTexture(size_t *dirtyID)=0 | ICmpTerritoryManager | pure virtual |
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)=0 | IComponent | pure virtual |
SetEntityHandle(CEntityHandle ent) | IComponent | inline |
SetSimContext(const CSimContext &context) | IComponent | inline |
SetTerritoryBlinking(entity_pos_t x, entity_pos_t z, bool enable)=0 | ICmpTerritoryManager | pure virtual |
SetVisibility(bool visible)=0 | ICmpTerritoryManager | pure virtual |
TERRITORY_BLINKING_MASK | ICmpTerritoryManager | static |
TERRITORY_CONNECTED_MASK | ICmpTerritoryManager | static |
TERRITORY_PLAYER_MASK | ICmpTerritoryManager | static |
TERRITORY_PROCESSED_MASK | ICmpTerritoryManager | static |
UpdateColors()=0 | ICmpTerritoryManager | pure virtual |
~IComponent() | IComponent | virtual |