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 | mSpellId |
std::string | mSourceName |
ESM::EffectList | mEffects |
float | mSpeed |
bool | mStack |
std::string | mSound |
Public Attributes inherited from ESM::BaseProjectileState | |
std::string | mId |
Vector3 | mPosition |
Quaternion | mOrientation |
int | mActorId |
void ESM::MagicBoltState::load | ( | ESMReader & | esm | ) |
void ESM::MagicBoltState::save | ( | ESMWriter & | esm | ) | const |
ESM::EffectList ESM::MagicBoltState::mEffects |
std::string ESM::MagicBoltState::mSound |
std::string ESM::MagicBoltState::mSourceName |
float ESM::MagicBoltState::mSpeed |
std::string ESM::MagicBoltState::mSpellId |
bool ESM::MagicBoltState::mStack |