OpenMW
|
Wrapper around Land Data with reference counting. The wrapper needs to be held as long as the data is still in use. More...
#include <storage.hpp>
Public Member Functions | |
LandObject () | |
LandObject (const ESM::Land *land, int loadFlags) | |
LandObject (const LandObject ©, const osg::CopyOp ©op) | |
virtual | ~LandObject () |
META_Object(ESMTerrain, LandObject) const ESM int | getPlugin () const |
Private Attributes | |
const ESM::Land * | mLand |
int | mLoadFlags |
ESM::Land::LandData | mData |
Wrapper around Land Data with reference counting. The wrapper needs to be held as long as the data is still in use.
ESMTerrain::LandObject::LandObject | ( | ) |
ESMTerrain::LandObject::LandObject | ( | const LandObject & | copy, |
const osg::CopyOp & | copyop | ||
) |
|
virtual |
int ESMTerrain::LandObject::getPlugin | ( | ) | const |
|
private |
|
private |
|
private |