EvEmu
0.8.4
11 September 2021
|
#include "Container.h"
Public Member Functions | |
ContainerSE (CargoContainerRef self, PyServiceMgr &services, SystemManager *system, const FactionData &data) | |
virtual | ~ContainerSE () |
virtual bool | isGlobal () |
virtual ContainerSE * | GetContSE () |
virtual bool | IsContainerSE () |
virtual void | Process () |
virtual void | EncodeDestiny (Buffer &into) |
virtual PyDict * | MakeSlimItem () |
virtual void | MakeDamageState (DoDestinyDamageState &into) |
void | Activate (int32 effectID) |
void | Deactivate (int32 effectID) |
void | AnchorContainer () |
bool | IsEmpty () |
bool | IsAnchored () |
void | SetGlobal (bool set=false) |
![]() | |
ItemSystemEntity (InventoryItemRef self, PyServiceMgr &services, SystemManager *system) | |
virtual | ~ItemSystemEntity () |
virtual ItemSystemEntity * | GetItemSE () |
virtual bool | IsInanimateSE () |
virtual bool | IsItemEntity () |
![]() | |
SystemEntity (InventoryItemRef self, PyServiceMgr &services, SystemManager *system) | |
virtual | ~SystemEntity () |
virtual bool | ProcessTic () |
virtual SystemEntity * | GetSE () |
virtual StaticSystemEntity * | GetStaticSE () |
virtual StationSE * | GetStationSE () |
virtual PlanetSE * | GetPlanetSE () |
virtual MoonSE * | GetMoonSE () |
virtual StargateSE * | GetGateSE () |
virtual BeltSE * | GetBeltSE () |
virtual WreckSE * | GetWreckSE () |
virtual AnomalySE * | GetAnomalySE () |
virtual WormholeSE * | GetWormholeSE () |
virtual FieldSE * | GetFieldSE () |
virtual ProbeSE * | GetProbeSE () |
virtual ObjectSystemEntity * | GetObjectSE () |
virtual AsteroidSE * | GetAsteroidSE () |
virtual StructureSE * | GetPOSSE () |
virtual StructureSE * | GetJammerSE () |
virtual JumpBridgeSE * | GetJumpBridgeSE () |
virtual StructureSE * | GetOutpostSE () |
virtual TowerSE * | GetTowerSE () |
virtual ArraySE * | GetArraySE () |
virtual WeaponSE * | GetWeaponSE () |
virtual BatterySE * | GetBatterySE () |
virtual DeployableSE * | GetDeployableSE () |
virtual Sentry * | GetSentrySE () |
virtual ModuleSE * | GetModuleSE () |
virtual ReactorSE * | GetReactorSE () |
virtual CustomsSE * | GetCOSE () |
virtual TCUSE * | GetTCUSE () |
virtual SBUSE * | GetSBUSE () |
virtual IHubSE * | GetIHubSE () |
virtual DynamicSystemEntity * | GetDynamicSE () |
virtual NPC * | GetNPCSE () |
virtual DroneSE * | GetDroneSE () |
virtual Missile * | GetMissileSE () |
virtual ShipSE * | GetShipSE () |
virtual Concord * | GetConcordSE () |
virtual bool | IsSystemEntity () |
virtual bool | IsStaticEntity () |
virtual bool | IsBeltSE () |
virtual bool | IsGateSE () |
virtual bool | IsPlanetSE () |
virtual bool | IsMoonSE () |
virtual bool | IsStationSE () |
virtual bool | IsAnomalySE () |
virtual bool | IsWormholeSE () |
virtual bool | IsCelestialSE () |
virtual bool | IsFieldSE () |
virtual bool | IsProbeSE () |
virtual bool | IsObjectEntity () |
virtual bool | IsSentrySE () |
virtual bool | IsPOSSE () |
virtual bool | IsCOSE () |
virtual bool | IsTCUSE () |
virtual bool | IsSBUSE () |
virtual bool | IsIHubSE () |
virtual bool | IsTowerSE () |
virtual bool | IsArraySE () |
virtual bool | IsJammerSE () |
virtual bool | IsWeaponSE () |
virtual bool | IsBatterySE () |
virtual bool | IsModuleSE () |
virtual bool | IsMoonMiner () |
virtual bool | IsOutpostSE () |
virtual bool | IsAsteroidSE () |
virtual bool | IsDeployableSE () |
virtual bool | IsJumpBridgeSE () |
virtual bool | IsReactorSE () |
virtual bool | IsOperSE () |
virtual bool | IsDynamicEntity () |
virtual bool | IsLogin () |
virtual bool | IsInvul () |
virtual bool | IsFrozen () |
virtual bool | IsNPCSE () |
virtual bool | IsDroneSE () |
virtual bool | IsWreckSE () |
virtual bool | IsMissileSE () |
virtual bool | IsShipSE () |
virtual bool | IsConcord () |
PyServiceMgr & | GetServices () |
SystemBubble * | SysBubble () |
SystemManager * | SystemMgr () |
TargetManager * | TargetMgr () |
DestinyManager * | DestinyMgr () |
InventoryItemRef | GetSelf () |
uint16 | GetTypeID () |
uint32 | GetGroupID () |
uint8 | GetCategoryID () |
EVEItemFlags | GetFlag () |
uint32 | GetID () |
double | GetRadius () |
uint32 | GetLocationID () |
const char * | GetName () const |
const GPoint & | GetPosition () const |
void | SetPosition (const GPoint &pos) |
double | x () |
double | y () |
double | z () |
int32 | GetAllianceID () |
int32 | GetWarFactionID () |
uint32 | GetCorporationID () |
uint32 | GetOwnerID () |
uint32 | GetFleetID () |
void | SetFleetID (uint32 set) |
int8 | GetHarmonic () |
void | SetHarmonic (int8 set) |
void | DropLoot (WreckContainerRef wreckRef, uint32 groupID, uint32 owner) |
void | AwardSecurityStatus (InventoryItemRef iRef, Character *pChar) |
void | SendDamageStateChanged () |
bool | ApplyDamage (Damage &d) |
double | DistanceTo2 (const SystemEntity *other) |
PyTuple * | MakeDamageState () |
virtual void | Abandon () |
const bool | IsDead () |
const GVector & | GetVelocity () |
virtual void | Killed (Damage &fatal_blow) |
virtual void | MissileLaunched (Missile *pMissile) |
virtual void | UpdateDamage () |
virtual bool | LoadExtras () |
virtual void | Delete () |
virtual void | SetPilot (Client *pClient) |
virtual bool | HasPilot () |
virtual Client * | GetPilot () |
Protected Attributes | |
CargoContainerRef | m_contRef |
Timer | m_deleteTimer |
bool | m_global |
double | m_shieldCharge |
double | m_armorDamage |
double | m_hullDamage |
![]() | |
SystemBubble * | m_bubble |
SystemManager * | m_system |
TargetManager * | m_targMgr |
DestinyManager * | m_destiny |
PyServiceMgr & | m_services |
InventoryItemRef | m_self |
bool | m_killed |
double | m_radius |
int32 | m_harmonic |
int32 | m_warID |
int32 | m_allyID |
uint32 | m_corpID |
uint32 | m_fleetID |
uint32 | m_ownerID |
Definition at line 139 of file Container.h.
ContainerSE::ContainerSE | ( | CargoContainerRef | self, |
PyServiceMgr & | services, | ||
SystemManager * | system, | ||
const FactionData & | data | ||
) |
Definition at line 229 of file Container.cpp.
References FactionData::allianceID, AttrCapacity, ItemType::capacity(), FactionData::corporationID, FactionData::factionID, InventoryItem::locationID(), SystemEntity::m_allyID, SystemEntity::m_corpID, m_deleteTimer, SystemEntity::m_destiny, m_global, SystemEntity::m_ownerID, SystemEntity::m_self, SystemEntity::m_targMgr, SystemEntity::m_warID, FactionData::ownerID, EVEDB::invTypes::PlanetaryLaunchContainer, sConfig, sDataMgr, InventoryItem::SetAttribute(), Timer::Start(), InventoryItem::type(), and InventoryItem::typeID().
|
virtual |
Definition at line 258 of file Container.cpp.
References TargetManager::ClearAllTargets(), TargetManager::ClearModules(), SystemEntity::m_destiny, SystemEntity::m_targMgr, SafeDelete(), and sConsole.
void ContainerSE::Activate | ( | int32 | effectID | ) |
Definition at line 282 of file Container.cpp.
void ContainerSE::AnchorContainer | ( | ) |
Definition at line 305 of file Container.cpp.
References Timer::Disable(), m_contRef, m_deleteTimer, and CargoContainer::SetAnchor().
Referenced by SystemBubble::MarkBubble().
void ContainerSE::Deactivate | ( | int32 | effectID | ) |
Definition at line 299 of file Container.cpp.
|
virtual |
Reimplemented from ItemSystemEntity.
Definition at line 311 of file Container.cpp.
References _log, Destiny::MassSector::allianceID, Buffer::Append(), Destiny::MassSector::cloak, Destiny::MassSector::corporationID, Destiny::TROLL_Struct::effectStamp, Destiny::BallHeader::entityID, Destiny::BallHeader::flags, Destiny::TROLL_Struct::formationID, SystemEntity::GetID(), SystemEntity::GetName(), SystemEntity::GetRadius(), Destiny::MassSector::harmonic, Destiny::DataSector::inertia, IsAlliance, Destiny::Ball::Flag::IsFree, Destiny::Ball::Flag::IsInteractive, SystemEntity::m_allyID, SystemEntity::m_corpID, SystemEntity::m_harmonic, SystemEntity::m_self, ItemType::mass(), Destiny::MassSector::mass, Destiny::DataSector::maxSpeed, Destiny::BallHeader::mode, Destiny::BallHeader::posX, Destiny::BallHeader::posY, Destiny::BallHeader::posZ, Destiny::BallHeader::radius, sEntityList, Destiny::DataSector::speedfraction, Destiny::Ball::Mode::TROLL, InventoryItem::type(), Destiny::DataSector::velX, Destiny::DataSector::velY, Destiny::DataSector::velZ, SystemEntity::x(), SystemEntity::y(), and SystemEntity::z().
|
inlinevirtual |
|
inline |
Definition at line 164 of file Container.h.
References CargoContainer::IsAnchored(), and m_contRef.
Referenced by ActiveModule::CanActivate().
|
inlinevirtual |
|
inline |
Definition at line 163 of file Container.h.
References CargoContainer::IsEmpty(), and m_contRef.
|
inlinevirtual |
|
virtual |
Reimplemented from ItemSystemEntity.
Definition at line 346 of file Container.cpp.
References GetFileTimeNow().
|
virtual |
Reimplemented from ItemSystemEntity.
Definition at line 356 of file Container.cpp.
References _log, EVEPOS::StructureState::Anchored, SystemEntity::GetID(), SystemEntity::GetName(), is_log_enabled, IsAlliance, CargoContainer::IsAnchored(), IsCorp, IsFaction, InventoryItem::itemID(), InventoryItem::itemName(), SystemEntity::m_allyID, m_contRef, SystemEntity::m_corpID, SystemEntity::m_ownerID, SystemEntity::m_self, SystemEntity::m_warID, InventoryItem::name(), PyStatic, and InventoryItem::typeID().
|
virtual |
Reimplemented from SystemEntity.
Definition at line 271 of file Container.cpp.
References Timer::Check(), CargoContainer::Delete(), Timer::Disable(), InventoryItem::itemID(), m_contRef, m_deleteTimer, SystemEntity::Process(), and sLog.
|
inline |
Definition at line 166 of file Container.h.
References m_global.
Referenced by SystemBubble::MarkBubble().
|
protected |
Definition at line 176 of file Container.h.
|
protected |
Definition at line 169 of file Container.h.
Referenced by AnchorContainer(), IsAnchored(), IsEmpty(), MakeSlimItem(), and Process().
|
protected |
Definition at line 171 of file Container.h.
Referenced by AnchorContainer(), ContainerSE(), and Process().
|
protected |
Definition at line 173 of file Container.h.
Referenced by ContainerSE(), isGlobal(), and SetGlobal().
|
protected |
Definition at line 177 of file Container.h.
|
protected |
Definition at line 175 of file Container.h.