|
OpenMW
|
#include <projectilestate.hpp>
Public Member Functions | |
| void | load (ESMReader &esm) |
| void | save (ESMWriter &esm) const |
Public Attributes | |
| std::string | mId |
| Vector3 | mPosition |
| Quaternion | mOrientation |
| int | mActorId |
| void ESM::BaseProjectileState::load | ( | ESMReader & | esm | ) |
| void ESM::BaseProjectileState::save | ( | ESMWriter & | esm | ) | const |
| int ESM::BaseProjectileState::mActorId |
| std::string ESM::BaseProjectileState::mId |
| Quaternion ESM::BaseProjectileState::mOrientation |
| Vector3 ESM::BaseProjectileState::mPosition |
1.8.6