Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for ICmpObstruction, including all inherited members.
AllocFunc typedef | IComponent | |
CheckDuplicateFoundation() const =0 | ICmpObstruction | pure virtual |
CheckFoundation(const std::string &className) const =0 | ICmpObstruction | pure virtual |
CheckFoundation(const std::string &className, bool onlyCenterPoint) const =0 | ICmpObstruction | pure virtual |
CheckFoundation_wrapper(const std::string &className, bool onlyCenterPoint) const | ICmpObstruction | virtual |
CheckShorePlacement() const =0 | ICmpObstruction | pure virtual |
CLUSTER enum value | ICmpObstruction | |
DeallocFunc typedef | IComponent | |
Deinit()=0 | IComponent | pure virtual |
Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize)=0 | IComponent | pure virtual |
EFoundationCheck enum name | ICmpObstruction | |
EObstructionType enum name | ICmpObstruction | |
FOUNDATION_CHECK_FAIL_ERROR enum value | ICmpObstruction | |
FOUNDATION_CHECK_FAIL_NO_OBSTRUCTION enum value | ICmpObstruction | |
FOUNDATION_CHECK_FAIL_OBSTRUCTS_FOUNDATION enum value | ICmpObstruction | |
FOUNDATION_CHECK_FAIL_TERRAIN_CLASS enum value | ICmpObstruction | |
FOUNDATION_CHECK_SUCCESS enum value | ICmpObstruction | |
GetBlockMovementFlag(bool templateOnly) const =0 | ICmpObstruction | pure virtual |
GetComponentTypeId() const =0 | IComponent | pure virtual |
GetControlGroup() const =0 | ICmpObstruction | pure virtual |
GetControlGroup2() const =0 | ICmpObstruction | pure virtual |
GetEntitiesBlockingConstruction() const =0 | ICmpObstruction | pure virtual |
GetEntitiesBlockingMovement() const =0 | ICmpObstruction | pure virtual |
GetEntitiesByFlags(ICmpObstructionManager::flags_t flags) const =0 | ICmpObstruction | pure virtual |
GetEntitiesDeletedUponConstruction() const =0 | ICmpObstruction | pure virtual |
GetEntityHandle() const | IComponent | inline |
GetEntityId() const | IComponent | inline |
GetJSInstance() const | IComponent | virtual |
GetObstruction() const =0 | ICmpObstruction | pure virtual |
GetObstructionSquare(ICmpObstructionManager::ObstructionSquare &out) const =0 | ICmpObstruction | pure virtual |
GetObstructionType() const =0 | ICmpObstruction | pure virtual |
GetPreviousObstructionSquare(ICmpObstructionManager::ObstructionSquare &out) const =0 | ICmpObstruction | pure virtual |
GetSchema() | IComponent | static |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
GetSize() const =0 | ICmpObstruction | pure virtual |
GetStaticSize() const =0 | ICmpObstruction | pure virtual |
GetSystemEntity() const | IComponent | inline |
HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
IsControlPersistent() const =0 | ICmpObstruction | 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 |
ResolveFoundationCollisions() const =0 | ICmpObstruction | pure virtual |
Serialize(ISerializer &serialize)=0 | IComponent | pure virtual |
SetActive(bool active)=0 | ICmpObstruction | pure virtual |
SetControlGroup(entity_id_t group)=0 | ICmpObstruction | pure virtual |
SetControlGroup2(entity_id_t group2)=0 | ICmpObstruction | pure virtual |
SetDisableBlockMovementPathfinding(bool movementDisabled, bool pathfindingDisabled, int32_t shape)=0 | ICmpObstruction | pure virtual |
SetEntityHandle(CEntityHandle ent) | IComponent | inline |
SetMovingFlag(bool enabled)=0 | ICmpObstruction | pure virtual |
SetSimContext(const CSimContext &context) | IComponent | inline |
SetUnitClearance(const entity_pos_t &clearance)=0 | ICmpObstruction | pure virtual |
STATIC enum value | ICmpObstruction | |
UNIT enum value | ICmpObstruction | |
~IComponent() | IComponent | virtual |