![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for ICmpRangeManager, including all inherited members.
| ActivateScriptedVisibility(entity_id_t ent, bool status)=0 | ICmpRangeManager | pure virtual |
| AllocFunc typedef | IComponent | |
| CreateActiveParabolicQuery(entity_id_t source, entity_pos_t minRange, entity_pos_t maxRange, entity_pos_t yOrigin, const std::vector< int > &owners, int requiredInterface, u8 flags)=0 | ICmpRangeManager | pure virtual |
| CreateActiveQuery(entity_id_t source, entity_pos_t minRange, entity_pos_t maxRange, const std::vector< int > &owners, int requiredInterface, u8 flags, bool accountForSize)=0 | ICmpRangeManager | pure virtual |
| DeallocFunc typedef | IComponent | |
| Deinit()=0 | IComponent | pure virtual |
| Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize)=0 | IComponent | pure virtual |
| DestroyActiveQuery(tag_t tag)=0 | ICmpRangeManager | pure virtual |
| DisableActiveQuery(tag_t tag)=0 | ICmpRangeManager | pure virtual |
| EnableActiveQuery(tag_t tag)=0 | ICmpRangeManager | pure virtual |
| ExecuteQuery(entity_id_t source, entity_pos_t minRange, entity_pos_t maxRange, const std::vector< int > &owners, int requiredInterface, bool accountForSize)=0 | ICmpRangeManager | pure virtual |
| ExecuteQueryAroundPos(const CFixedVector2D &pos, entity_pos_t minRange, entity_pos_t maxRange, const std::vector< int > &owners, int requiredInterface, bool accountForSize)=0 | ICmpRangeManager | pure virtual |
| ExploreMap(player_id_t p)=0 | ICmpRangeManager | pure virtual |
| ExploreTerritories()=0 | ICmpRangeManager | pure virtual |
| GetComponentTypeId() const =0 | IComponent | pure virtual |
| GetEffectiveParabolicRange(entity_id_t source, entity_id_t target, entity_pos_t range, entity_pos_t yOrigin) const =0 | ICmpRangeManager | pure virtual |
| GetElevationAdaptedRange(const CFixedVector3D &pos, const CFixedVector3D &rot, entity_pos_t range, entity_pos_t yOrigin, entity_pos_t angle) const =0 | ICmpRangeManager | pure virtual |
| GetEntitiesByPlayer(player_id_t player) const =0 | ICmpRangeManager | pure virtual |
| GetEntityFlagMask(const std::string &identifier) const =0 | ICmpRangeManager | pure virtual |
| GetEntityHandle() const | IComponent | inline |
| GetEntityId() const | IComponent | inline |
| GetGaiaAndNonGaiaEntities() const =0 | ICmpRangeManager | pure virtual |
| GetJSInstance() const | IComponent | virtual |
| GetLosCircular() const =0 | ICmpRangeManager | pure virtual |
| GetLosQuerier(player_id_t player) const =0 | ICmpRangeManager | pure virtual |
| GetLosRevealAll(player_id_t player) const =0 | ICmpRangeManager | pure virtual |
| GetLosVisibility(CEntityHandle ent, player_id_t player) const =0 | ICmpRangeManager | pure virtual |
| GetLosVisibility(entity_id_t ent, player_id_t player) const =0 | ICmpRangeManager | pure virtual |
| GetLosVisibility_wrapper(entity_id_t ent, player_id_t player) const | ICmpRangeManager | |
| GetLosVisibilityPosition(entity_pos_t x, entity_pos_t z, player_id_t player) const =0 | ICmpRangeManager | pure virtual |
| GetLosVisibilityPosition_wrapper(entity_pos_t x, entity_pos_t z, player_id_t player) const | ICmpRangeManager | |
| GetNonGaiaEntities() const =0 | ICmpRangeManager | pure virtual |
| GetPercentMapExplored(player_id_t player) const =0 | ICmpRangeManager | pure virtual |
| GetSchema() | IComponent | static |
| GetSerializationVersion() | IComponent | inlinestatic |
| GetSharedLosMask(player_id_t player) const =0 | ICmpRangeManager | pure virtual |
| GetSimContext() const | IComponent | inline |
| GetSubdivision()=0 | ICmpRangeManager | pure virtual |
| GetSystemEntity() const | IComponent | inline |
| GetUnionPercentMapExplored(const std::vector< player_id_t > &players) const =0 | ICmpRangeManager | pure virtual |
| GetVerticesPerSide() const =0 | ICmpRangeManager | pure virtual |
| HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
| Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
| IsActiveQueryEnabled(tag_t tag) const =0 | ICmpRangeManager | pure virtual |
| 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 |
| RequestVisibilityUpdate(entity_id_t ent)=0 | ICmpRangeManager | pure virtual |
| ResetActiveQuery(tag_t tag)=0 | ICmpRangeManager | pure virtual |
| RevealShore(player_id_t p, bool enable)=0 | ICmpRangeManager | pure virtual |
| Serialize(ISerializer &serialize)=0 | IComponent | pure virtual |
| SetBounds(entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1)=0 | ICmpRangeManager | pure virtual |
| SetDebugOverlay(bool enabled)=0 | ICmpRangeManager | pure virtual |
| SetEntityFlag(entity_id_t ent, const std::string &identifier, bool value)=0 | ICmpRangeManager | pure virtual |
| SetEntityHandle(CEntityHandle ent) | IComponent | inline |
| SetLosCircular(bool enabled)=0 | ICmpRangeManager | pure virtual |
| SetLosRevealAll(player_id_t player, bool enabled)=0 | ICmpRangeManager | pure virtual |
| SetSharedLos(player_id_t player, const std::vector< player_id_t > &players)=0 | ICmpRangeManager | pure virtual |
| SetSimContext(const CSimContext &context) | IComponent | inline |
| tag_t typedef | ICmpRangeManager | |
| Verify()=0 | ICmpRangeManager | pure virtual |
| ~IComponent() | IComponent | virtual |