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

Storage structure for local variables (only used in saved games) More...

#include <locals.hpp>

Collaboration diagram for ESM::Locals:

Public Member Functions

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

Public Attributes

std::vector< std::pair
< std::string, Variant > > 
mVariables
 

Detailed Description

Storage structure for local variables (only used in saved games)

Note
This is not a top-level record.

Member Function Documentation

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Member Data Documentation

std::vector<std::pair<std::string, Variant> > ESM::Locals::mVariables

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