OpenMW
Classes | Public Member Functions | Public Attributes | Static Public Attributes
ESM::Script Class Reference

#include <loadscpt.hpp>

List of all members.

Classes

struct  SCHDstruct

Public Member Functions

void load (ESMReader &esm)
void save (ESMWriter &esm) const
void blank ()
 Set record to default state (does not touch the ID/index).

Public Attributes

std::string mId
SCHDstruct mData
std::vector< std::string > mVarNames
std::vector< unsigned char > mScriptData
std::string mScriptText

Static Public Attributes

static unsigned int sRecordId = REC_SCPT

Member Function Documentation

Set record to default state (does not touch the ID/index).

void ESM::Script::load ( ESMReader esm)
void ESM::Script::save ( ESMWriter esm) const

Member Data Documentation

std::string ESM::Script::mId
std::vector<unsigned char> ESM::Script::mScriptData
std::vector<std::string> ESM::Script::mVarNames
unsigned int ESM::Script::sRecordId = REC_SCPT [static]

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