|
OpenMW
|
#include <creaturestate.hpp>
Public Member Functions | |
| void | blank () |
| Initialize to default state. More... | |
| virtual void | load (ESMReader &esm) |
| virtual void | save (ESMWriter &esm, bool inInventory=false) const |
Public Member Functions inherited from ESM::ObjectState | |
| ObjectState () | |
| void | blank () |
| Initialize to default state. More... | |
| virtual | ~ObjectState () |
Public Attributes | |
| InventoryState | mInventory |
| CreatureStats | mCreatureStats |
Public Attributes inherited from ESM::ObjectState | |
| CellRef | mRef |
| unsigned char | mHasLocals |
| Locals | mLocals |
| unsigned char | mEnabled |
| int | mCount |
| ESM::Position | mPosition |
| unsigned int | mFlags |
| bool | mHasCustomState |
| unsigned int | mVersion |
| ESM::AnimationState | mAnimationState |
| void ESM::CreatureState::blank | ( | ) |
Initialize to default state.
|
virtual |
Reimplemented from ESM::ObjectState.
Reimplemented from ESM::ObjectState.
| CreatureStats ESM::CreatureState::mCreatureStats |
| InventoryState ESM::CreatureState::mInventory |
1.8.6