10 #ifndef _EVE_SHIP_MODULES_MODULE_H_
11 #define _EVE_SHIP_MODULES_MODULE_H_
35 void SetOnline(
bool online=
false,
bool isRig=
false);
#define sConfig
A macro for easier access to the singleton.
ModuleItem(uint32 _modID, const ItemType &_type, const ItemData &_data)
RefPtr< ModuleItem > ModuleItemRef
#define _log(type, fmt,...)
void SetOnline(bool online=false, bool isRig=false)
static ModuleItemRef Spawn(ItemData &data)
const ItemType & type() const
virtual bool IsModuleItem()
virtual ModuleItem * GetModuleItem()
static RefPtr< _Ty > _LoadItem(uint32 modID, const ItemType &type, const ItemData &data)
static ModuleItemRef Load(uint32 modID)
Reference-counting-based smart pointer.