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

#include <debugprofile.hpp>

Collaboration diagram for ESM::DebugProfile:

Public Types

enum  Flags { Flag_Default = 1, Flag_BypassNewGame = 2, Flag_Global = 4 }
 

Public Member Functions

void load (ESMReader &esm, bool &isDeleted)
 
void save (ESMWriter &esm, bool isDeleted=false) const
 
void blank ()
 Set record to default state (does not touch the ID). More...
 

Public Attributes

std::string mId
 
std::string mDescription
 
std::string mScriptText
 
unsigned int mFlags
 

Static Public Attributes

static unsigned int sRecordId = REC_DBGP
 

Member Enumeration Documentation

Enumerator
Flag_Default 
Flag_BypassNewGame 
Flag_Global 

Member Function Documentation

void ESM::DebugProfile::blank ( )

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Member Data Documentation

std::string ESM::DebugProfile::mDescription
unsigned int ESM::DebugProfile::mFlags
std::string ESM::DebugProfile::mId
std::string ESM::DebugProfile::mScriptText
unsigned int ESM::DebugProfile::sRecordId = REC_DBGP
static

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