EvEmu
0.8.4
11 September 2021
|
#include "RepairService.h"
Public Member Functions | |
RepairService (PyServiceMgr *mgr) | |
virtual | ~RepairService () |
![]() | |
PyService (PyServiceMgr *mgr, const char *serviceName) | |
virtual | ~PyService () |
virtual PyResult | Call (const std::string &method, PyCallArgs &args) |
const char * | GetName () const |
![]() | |
PyCallable () | |
virtual | ~PyCallable () |
Static Public Member Functions | |
static void | GetDamageReports (uint32 itemID, Inventory *pInv, PyList *list) |
Protected Member Functions | |
virtual PyBoundObject * | CreateBoundObject (Client *pClient, const PyRep *bind_args) |
PyCallable_DECL_CALL (UnasembleItems) | |
![]() | |
PyObject * | _BuildCachedReturn (PySubStream **result, const char *sessionInfo, CacheCheckTime check) |
virtual PyResult | Handle_MachoResolveObject (PyCallArgs &call) |
virtual PyResult | Handle_MachoBindObject (PyCallArgs &call) |
![]() | |
void | _SetCallDispatcher (CallDispatcher *d) |
Protected Attributes | |
Dispatcher *const | m_dispatch |
![]() | |
PyServiceMgr *const | m_manager |
Additional Inherited Members | |
![]() | |
enum | CacheCheckTime { check_Always = 0, check_Never, check_in_year, check_in_6_months, check_in_3_months, check_in_1_month, check_in_1_week, check_in_1_day, check_in_12_hours, check_in_6_hours, check_in_3_hours, check_in_2_hours, check_in_1_hour, check_in_30_minutes, check_in_15_minutes, check_in_5_minutes, check_in_1_minute, check_in_30_seconds, check_in_15_seconds, check_in_5_seconds, check_in_1_second, _checkCount } |
![]() | |
static const char *const | s_checkTimeStrings [_checkCount] |
Definition at line 34 of file RepairService.h.
RepairService::RepairService | ( | PyServiceMgr * | mgr | ) |
|
virtual |
|
protectedvirtual |
Reimplemented from PyService.
Definition at line 90 of file RepairService.cpp.
References _log, PyRep::AsInt(), PyRep::Dump(), PyService::m_manager, and PyInt::value().
Definition at line 267 of file RepairService.cpp.
References PyList::AddItem(), AttrArmorDamage, AttrArmorHP, AttrDamage, AttrHP, RefPtr< X >::get(), Inventory::GetByID(), ShipItem::GetModuleItemVec(), ShipItem::GetModuleRefVec(), InventoryItem::GetShipItem(), ShipItem::IsActive(), InventoryItem::IsShipItem(), sConfig, and sItemFactory.
|
protected |
|
protected |
Definition at line 42 of file RepairService.h.
Referenced by ~RepairService().