OpenMW
|
#include <loadcont.hpp>
Public Types | |
enum | Flags { Organic = 1, Respawn = 2, Unknown = 8 } |
Public Member Functions | |
void | load (ESMReader &esm) |
void | save (ESMWriter &esm) const |
void | blank () |
Set record to default state (does not touch the ID). | |
Public Attributes | |
std::string | mId |
std::string | mName |
std::string | mModel |
std::string | mScript |
float | mWeight |
int | mFlags |
InventoryList | mInventory |
Static Public Attributes | |
static unsigned int | sRecordId = REC_CONT |
void ESM::Container::blank | ( | ) |
Set record to default state (does not touch the ID).
void ESM::Container::load | ( | ESMReader & | esm | ) |
void ESM::Container::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::Container::mId |
std::string ESM::Container::mModel |
std::string ESM::Container::mName |
std::string ESM::Container::mScript |
float ESM::Container::mWeight |
unsigned int ESM::Container::sRecordId = REC_CONT [static] |