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

List of travel service destination. Shared by CREA and NPC_ records. More...

#include <transport.hpp>

Collaboration diagram for ESM::Transport:

Classes

struct  Dest
 

Public Member Functions

void add (ESMReader &esm)
 Load one destination, assumes the subrecord name was already read. More...
 
void save (ESMWriter &esm) const
 

Public Attributes

std::vector< DestmList
 

Detailed Description

List of travel service destination. Shared by CREA and NPC_ records.

Member Function Documentation

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

Load one destination, 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::Transport::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<Dest> ESM::Transport::mList

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