|
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 () |
| Sets the record to the default state. Does not touch the index. Does touch mID. More... | |
Static Public Member Functions | |
| static std::string | createUniqueRecordId (int plugin, int index) |
| Returns a string identifier that will be unique to any LandTexture. More... | |
| static void | parseUniqueRecordId (const std::string &id, int &plugin, int &index) |
| Deconstructs a unique string identifier into plugin and index. More... | |
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... | |
Public Attributes | |
| int | mPluginIndex |
Public Attributes inherited from ESM::LandTexture | |
| std::string | mId |
| std::string | mTexture |
| int | mIndex |
Additional Inherited Members | |
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.
Returns a string identifier that will be unique to any LandTexture.
| void CSMWorld::LandTexture::load | ( | ESM::ESMReader & | esm, |
| bool & | isDeleted | ||
| ) |
|
static |
Deconstructs a unique string identifier into plugin and index.
| int CSMWorld::LandTexture::mPluginIndex |
1.8.6