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

#include <controlsstate.hpp>

Collaboration diagram for ESM::ControlsState:

Public Types

enum  Flags {
  ViewSwitchDisabled = 0x1, ControlsDisabled = 0x4, JumpingDisabled = 0x1000, LookingDisabled = 0x2000,
  VanityModeDisabled = 0x4000, WeaponDrawingDisabled = 0x8000, SpellDrawingDisabled = 0x10000
}
 

Public Member Functions

 ControlsState ()
 
void load (ESMReader &esm)
 
void save (ESMWriter &esm) const
 

Public Attributes

bool mViewSwitchDisabled
 
bool mControlsDisabled
 
bool mJumpingDisabled
 
bool mLookingDisabled
 
bool mVanityModeDisabled
 
bool mWeaponDrawingDisabled
 
bool mSpellDrawingDisabled
 

Member Enumeration Documentation

Enumerator
ViewSwitchDisabled 
ControlsDisabled 
JumpingDisabled 
LookingDisabled 
VanityModeDisabled 
WeaponDrawingDisabled 
SpellDrawingDisabled 

Constructor & Destructor Documentation

ESM::ControlsState::ControlsState ( )

Member Function Documentation

void ESM::ControlsState::load ( ESM::ESMReader esm)

Here is the call graph for this function:

Here is the caller graph for this function:

void ESM::ControlsState::save ( ESM::ESMWriter esm) const

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

bool ESM::ControlsState::mControlsDisabled
bool ESM::ControlsState::mJumpingDisabled
bool ESM::ControlsState::mLookingDisabled
bool ESM::ControlsState::mSpellDrawingDisabled
bool ESM::ControlsState::mVanityModeDisabled
bool ESM::ControlsState::mViewSwitchDisabled
bool ESM::ControlsState::mWeaponDrawingDisabled

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