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

Local variable assignments for a running script. More...

#include <importscri.hpp>

Collaboration diagram for ESSImport::SCRI:

Public Member Functions

void load (ESM::ESMReader &esm)
 

Public Attributes

std::string mScript
 
std::vector< short > mShorts
 
std::vector< intmLongs
 
std::vector< float > mFloats
 

Detailed Description

Local variable assignments for a running script.

Member Function Documentation

void ESSImport::SCRI::load ( ESM::ESMReader esm)

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::vector<float> ESSImport::SCRI::mFloats
std::vector<int> ESSImport::SCRI::mLongs
std::string ESSImport::SCRI::mScript
std::vector<short> ESSImport::SCRI::mShorts

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