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::BaseProjectileState Struct Reference

#include <projectilestate.hpp>

Inheritance diagram for ESM::BaseProjectileState:
Collaboration diagram for ESM::BaseProjectileState:

Public Member Functions

void load (ESMReader &esm)
 
void save (ESMWriter &esm) const
 

Public Attributes

std::string mId
 
Vector3 mPosition
 
Quaternion mOrientation
 
int mActorId
 

Member Function Documentation

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

int ESM::BaseProjectileState::mActorId
std::string ESM::BaseProjectileState::mId
Quaternion ESM::BaseProjectileState::mOrientation
Vector3 ESM::BaseProjectileState::mPosition

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