OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
MWMechanics::Security Class Reference

implementation of Security skill More...

#include <security.hpp>

Collaboration diagram for MWMechanics::Security:

Public Member Functions

 Security (const MWWorld::Ptr &actor)
 
void pickLock (const MWWorld::Ptr &lock, const MWWorld::Ptr &lockpick, std::string &resultMessage, std::string &resultSound)
 
void probeTrap (const MWWorld::Ptr &trap, const MWWorld::Ptr &probe, std::string &resultMessage, std::string &resultSound)
 

Private Attributes

float mAgility
 
float mLuck
 
float mSecuritySkill
 
float mFatigueTerm
 
MWWorld::Ptr mActor
 

Detailed Description

implementation of Security skill

Constructor & Destructor Documentation

MWMechanics::Security::Security ( const MWWorld::Ptr actor)

Here is the call graph for this function:

Member Function Documentation

void MWMechanics::Security::pickLock ( const MWWorld::Ptr lock,
const MWWorld::Ptr lockpick,
std::string &  resultMessage,
std::string &  resultSound 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void MWMechanics::Security::probeTrap ( const MWWorld::Ptr trap,
const MWWorld::Ptr probe,
std::string &  resultMessage,
std::string &  resultSound 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

MWWorld::Ptr MWMechanics::Security::mActor
private
float MWMechanics::Security::mAgility
private
float MWMechanics::Security::mFatigueTerm
private
float MWMechanics::Security::mLuck
private
float MWMechanics::Security::mSecuritySkill
private

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