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

Other player data. More...

#include <importplayer.hpp>

Collaboration diagram for ESSImport::PCDT:

Classes

struct  AADT
 
struct  ENAM
 
struct  FNAM
 
struct  PNAM
 

Public Types

enum  PlayerFlags {
  PlayerFlags_ViewSwitchDisabled = 0x1, PlayerFlags_ControlsDisabled = 0x4, PlayerFlags_Sleeping = 0x10, PlayerFlags_Waiting = 0x40,
  PlayerFlags_WeaponDrawn = 0x80, PlayerFlags_SpellDrawn = 0x100, PlayerFlags_InJail = 0x200, PlayerFlags_JumpingDisabled = 0x1000,
  PlayerFlags_LookingDisabled = 0x2000, PlayerFlags_VanityModeDisabled = 0x4000, PlayerFlags_WeaponDrawingDisabled = 0x8000, PlayerFlags_SpellDrawingDisabled = 0x10000,
  PlayerFlags_ThirdPerson = 0x20000, PlayerFlags_TeleportingDisabled = 0x40000, PlayerFlags_LevitationDisabled = 0x80000
}
 

Public Member Functions

void load (ESM::ESMReader &esm)
 

Public Attributes

int mBounty
 
std::string mBirthsign
 
std::vector< std::string > mKnownDialogueTopics
 
std::vector< FNAMmFactions
 
PNAM mPNAM
 
bool mHasMark
 
std::string mMNAM
 
bool mHasENAM
 
ENAM mENAM
 
bool mHasAADT
 
AADT mAADT
 

Detailed Description

Other player data.

Member Enumeration Documentation

Enumerator
PlayerFlags_ViewSwitchDisabled 
PlayerFlags_ControlsDisabled 
PlayerFlags_Sleeping 
PlayerFlags_Waiting 
PlayerFlags_WeaponDrawn 
PlayerFlags_SpellDrawn 
PlayerFlags_InJail 
PlayerFlags_JumpingDisabled 
PlayerFlags_LookingDisabled 
PlayerFlags_VanityModeDisabled 
PlayerFlags_WeaponDrawingDisabled 
PlayerFlags_SpellDrawingDisabled 
PlayerFlags_ThirdPerson 
PlayerFlags_TeleportingDisabled 
PlayerFlags_LevitationDisabled 

Member Function Documentation

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

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

AADT ESSImport::PCDT::mAADT
std::string ESSImport::PCDT::mBirthsign
int ESSImport::PCDT::mBounty
ENAM ESSImport::PCDT::mENAM
std::vector<FNAM> ESSImport::PCDT::mFactions
bool ESSImport::PCDT::mHasAADT
bool ESSImport::PCDT::mHasENAM
bool ESSImport::PCDT::mHasMark
std::vector<std::string> ESSImport::PCDT::mKnownDialogueTopics
std::string ESSImport::PCDT::mMNAM
PNAM ESSImport::PCDT::mPNAM

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