OpenMW
|
implementation of Security skill More...
#include <security.hpp>
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 |
implementation of Security skill
MWMechanics::Security::Security | ( | const MWWorld::Ptr & | actor | ) |
void MWMechanics::Security::pickLock | ( | const MWWorld::Ptr & | lock, |
const MWWorld::Ptr & | lockpick, | ||
std::string & | resultMessage, | ||
std::string & | resultSound | ||
) |
void MWMechanics::Security::probeTrap | ( | const MWWorld::Ptr & | trap, |
const MWWorld::Ptr & | probe, | ||
std::string & | resultMessage, | ||
std::string & | resultSound | ||
) |
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] |