OpenMW
|
Wrapper for LandTexture record, providing info which plugin the LandTexture was loaded from. More...
#include <landtexture.hpp>
Public Member Functions | |
void | load (ESM::ESMReader &esm, bool &isDeleted) |
Public Member Functions inherited from ESM::LandTexture | |
void | load (ESMReader &esm, bool &isDeleted) |
void | save (ESMWriter &esm, bool isDeleted=false) const |
void | blank () |
Set record to default state (does not touch the ID). More... | |
Public Attributes | |
int | mPluginIndex |
Public Attributes inherited from ESM::LandTexture | |
std::string | mId |
std::string | mTexture |
int | mIndex |
Additional Inherited Members | |
Static Public Member Functions inherited from ESM::LandTexture | |
static std::string | getRecordType () |
Return a string descriptor for this record type. Currently used for debugging / error logs only. More... | |
Static Public Attributes inherited from ESM::LandTexture | |
static unsigned int | sRecordId = REC_LTEX |
Wrapper for LandTexture record, providing info which plugin the LandTexture was loaded from.
void CSMWorld::LandTexture::load | ( | ESM::ESMReader & | esm, |
bool & | isDeleted | ||
) |
int CSMWorld::LandTexture::mPluginIndex |