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