EvEmu
0.8.4
11 September 2021
|
#include "Asteroid.h"
Public Member Functions | |
AsteroidSE (InventoryItemRef self, PyServiceMgr &services, SystemManager *system) | |
virtual | ~AsteroidSE () |
virtual AsteroidSE * | GetAsteroidSE () |
virtual bool | IsAsteroidSE () |
virtual void | Delete () |
virtual void | Process () |
virtual void | EncodeDestiny (Buffer &into) |
virtual void | MakeDamageState (DoDestinyDamageState &into) |
void | Grow () |
void | SetMgr (BeltMgr *beltMgr, uint32 beltID) |
![]() | |
ObjectSystemEntity (InventoryItemRef self, PyServiceMgr &services, SystemManager *system) | |
virtual | ~ObjectSystemEntity () |
virtual ObjectSystemEntity * | GetObjectSE () |
virtual bool | IsInanimateSE () |
virtual bool | IsObjectEntity () |
virtual void | UpdateDamage () |
virtual PyDict * | MakeSlimItem () |
virtual void | Killed (Damage &fatal_blow) |
virtual bool | IsInvul () |
void | SetInvul (bool invul=false) |
![]() | |
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 ItemSystemEntity * | GetItemSE () |
virtual ContainerSE * | GetContSE () |
virtual WreckSE * | GetWreckSE () |
virtual AnomalySE * | GetAnomalySE () |
virtual WormholeSE * | GetWormholeSE () |
virtual FieldSE * | GetFieldSE () |
virtual ProbeSE * | GetProbeSE () |
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 | isGlobal () |
virtual bool | IsSystemEntity () |
virtual bool | IsStaticEntity () |
virtual bool | IsBeltSE () |
virtual bool | IsGateSE () |
virtual bool | IsPlanetSE () |
virtual bool | IsMoonSE () |
virtual bool | IsStationSE () |
virtual bool | IsItemEntity () |
virtual bool | IsAnomalySE () |
virtual bool | IsWormholeSE () |
virtual bool | IsCelestialSE () |
virtual bool | IsContainerSE () |
virtual bool | IsFieldSE () |
virtual bool | IsProbeSE () |
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 | IsDeployableSE () |
virtual bool | IsJumpBridgeSE () |
virtual bool | IsReactorSE () |
virtual bool | IsOperSE () |
virtual bool | IsDynamicEntity () |
virtual bool | IsLogin () |
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 | MissileLaunched (Missile *pMissile) |
virtual bool | LoadExtras () |
virtual void | SetPilot (Client *pClient) |
virtual bool | HasPilot () |
virtual Client * | GetPilot () |
Private Attributes | |
BeltMgr * | m_beltMgr |
Timer | m_growTimer |
uint32 | m_beltID |
Additional Inherited Members | |
![]() | |
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 |
ObjectSystemEntity which represents asteroid object in space
Definition at line 82 of file Asteroid.h.
AsteroidSE::AsteroidSE | ( | InventoryItemRef | self, |
PyServiceMgr & | services, | ||
SystemManager * | system | ||
) |
Definition at line 74 of file Asteroid.cpp.
References Timer::Disable(), and m_growTimer.
|
inlinevirtual |
Definition at line 87 of file Asteroid.h.
|
virtual |
Reimplemented from SystemEntity.
Definition at line 134 of file Asteroid.cpp.
References _log, SystemEntity::Delete(), InventoryItem::itemID(), m_beltID, m_beltMgr, SystemEntity::m_self, InventoryItem::name(), and BeltMgr::RemoveAsteroid().
|
virtual |
Reimplemented from ObjectSystemEntity.
Definition at line 91 of file Asteroid.cpp.
References _log, Buffer::Append(), Destiny::BallHeader::entityID, Destiny::BallHeader::flags, Destiny::RIGID_Struct::formationID, SystemEntity::GetID(), SystemEntity::GetName(), SystemEntity::GetRadius(), main(), Destiny::BallHeader::mode, Destiny::BallHeader::posX, Destiny::BallHeader::posY, Destiny::BallHeader::posZ, Destiny::BallHeader::radius, Destiny::Ball::Mode::RIGID, SystemEntity::x(), SystemEntity::y(), and SystemEntity::z().
|
inlinevirtual |
void AsteroidSE::Grow | ( | ) |
Definition at line 119 of file Asteroid.cpp.
References Timer::Disable(), and m_growTimer.
Referenced by Process().
|
inlinevirtual |
|
virtual |
Reimplemented from ObjectSystemEntity.
Definition at line 111 of file Asteroid.cpp.
References GetFileTimeNow().
|
virtual |
Reimplemented from SystemEntity.
Definition at line 81 of file Asteroid.cpp.
References Timer::Check(), SystemManager::GetBeltMgr(), SystemBubble::GetID(), Grow(), BeltMgr::IsActive(), SystemEntity::m_bubble, m_growTimer, SystemEntity::m_system, and SystemEntity::Process().
Definition at line 102 of file Asteroid.h.
References m_beltID, and m_beltMgr.
Referenced by BeltMgr::Load(), and BeltMgr::SpawnAsteroid().
|
private |
Definition at line 109 of file Asteroid.h.
|
private |
Definition at line 107 of file Asteroid.h.
|
private |
Definition at line 108 of file Asteroid.h.
Referenced by AsteroidSE(), Grow(), and Process().