1 #ifndef OPENMW_ESM_ACTI_H
2 #define OPENMW_ESM_ACTI_H
Definition: esmreader.hpp:21
void blank()
Set record to default state (does not touch the ID).
Definition: loadacti.cpp:62
std::string mId
Definition: loadacti.hpp:18
Definition: esmwriter.hpp:17
std::string mScript
Definition: loadacti.hpp:18
Definition: loadacti.hpp:12
std::string mModel
Definition: loadacti.hpp:18
std::string mName
Definition: loadacti.hpp:18
static std::string getRecordType()
Return a string descriptor for this record type. Currently used for debugging / error logs only...
Definition: loadacti.hpp:16
void save(ESMWriter &esm, bool isDeleted=false) const
Definition: loadacti.cpp:47
void load(ESMReader &esm, bool &isDeleted)
Definition: loadacti.cpp:11
static unsigned int sRecordId
Definition: loadacti.hpp:14