OpenMW
|
#include <importinventory.hpp>
Public Attributes | |
std::string | mId |
int | mCount |
int | mRelativeEquipmentSlot |
SCRI | mSCRI |
Public Attributes inherited from ESM::CellRef | |
RefNum | mRefNum |
std::string | mRefID |
float | mScale |
std::string | mOwner |
std::string | mGlobalVariable |
std::string | mSoul |
std::string | mFaction |
int | mFactionRank |
union { | |
int mChargeInt | |
float mChargeFloat | |
}; | |
float | mChargeIntRemainder |
float | mEnchantmentCharge |
int | mGoldValue |
bool | mTeleport |
Position | mDoorDest |
std::string | mDestCell |
int | mLockLevel |
std::string | mKey |
std::string | mTrap |
signed char | mReferenceBlocked |
Position | mPos |
Additional Inherited Members | |
Public Member Functions inherited from ESM::CellRef | |
void | load (ESMReader &esm, bool &isDeleted, bool wideRefNum=false) |
Calls loadId and loadData. More... | |
void | loadId (ESMReader &esm, bool wideRefNum=false) |
void | loadData (ESMReader &esm, bool &isDeleted) |
Implicitly called by load. More... | |
void | save (ESMWriter &esm, bool wideRefNum=false, bool inInventory=false, bool isDeleted=false) const |
void | blank () |
int ESSImport::Inventory::InventoryItem::mCount |
std::string ESSImport::Inventory::InventoryItem::mId |
int ESSImport::Inventory::InventoryItem::mRelativeEquipmentSlot |
SCRI ESSImport::Inventory::InventoryItem::mSCRI |