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

#include <loadsscr.hpp>

Collaboration diagram for ESM::StartScript:

Public Member Functions

void load (ESMReader &esm, bool &isDeleted)
 
void save (ESMWriter &esm, bool isDeleted=false) const
 
void blank ()
 

Static Public Member Functions

static std::string getRecordType ()
 Return a string descriptor for this record type. Currently used for debugging / error logs only. More...
 

Public Attributes

std::string mData
 
std::string mId
 

Static Public Attributes

static unsigned int sRecordId = REC_SSCR
 

Member Function Documentation

void ESM::StartScript::blank ( )
static std::string ESM::StartScript::getRecordType ( )
inlinestatic

Return a string descriptor for this record type. Currently used for debugging / error logs only.

void ESM::StartScript::load ( ESMReader esm,
bool isDeleted 
)

Here is the call graph for this function:

void ESM::StartScript::save ( ESMWriter esm,
bool  isDeleted = false 
) const

Here is the call graph for this function:

Member Data Documentation

std::string ESM::StartScript::mData
std::string ESM::StartScript::mId
unsigned int ESM::StartScript::sRecordId = REC_SSCR
static

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