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

#include <loadarmo.hpp>

Collaboration diagram for ESM::PartReferenceList:

Public Member Functions

void add (ESMReader &esm)
 Load one part, assumes the subrecord name was already read. More...
 
void load (ESMReader &esm)
 TODO: remove this method. The ESM format does not guarantee that all Part subrecords follow one another. More...
 
void save (ESMWriter &esm) const
 

Public Attributes

std::vector< PartReferencemParts
 

Member Function Documentation

void ESM::PartReferenceList::add ( ESMReader esm)

Load one part, assumes the subrecord name was already read.

Here is the call graph for this function:

Here is the caller graph for this function:

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

TODO: remove this method. The ESM format does not guarantee that all Part subrecords follow one another.

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::vector<PartReference> ESM::PartReferenceList::mParts

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