OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ESM::ProjectileState Struct Reference

#include <projectilestate.hpp>

Inheritance diagram for ESM::ProjectileState:
Collaboration diagram for ESM::ProjectileState:

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
 

Member Function Documentation

void ESM::ProjectileState::load ( ESMReader esm)

Here is the call graph for this function:

Here is the caller graph for this function:

void ESM::ProjectileState::save ( ESMWriter esm) const

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

float ESM::ProjectileState::mAttackStrength
std::string ESM::ProjectileState::mBowId
Vector3 ESM::ProjectileState::mVelocity

The documentation for this struct was generated from the following files: