OpenMW
|
List of travel service destination. Shared by CREA and NPC_ records. More...
#include <transport.hpp>
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< Dest > | mList |
List of travel service destination. Shared by CREA and NPC_ records.
void ESM::Transport::add | ( | ESMReader & | esm | ) |
Load one destination, assumes the subrecord name was already read.
void ESM::Transport::save | ( | ESMWriter & | esm | ) | const |
std::vector<Dest> ESM::Transport::mList |