OpenMW
|
#include <actionapply.hpp>
Public Member Functions | |
ActionApplyWithSkill (const Ptr &object, const std::string &id, int skillIndex, int usageType) | |
Public Member Functions inherited from MWWorld::Action | |
const Ptr & | getTarget () const |
Action (bool keepSound=false, const Ptr &target=Ptr()) | |
virtual | ~Action () |
virtual bool | isNullAction () |
Is running this action a no-op? (default false) More... | |
void | execute (const Ptr &actor) |
void | setSound (const std::string &id) |
void | setSoundOffset (float offset) |
Private Member Functions | |
virtual void | executeImp (const Ptr &actor) |
Private Attributes | |
std::string | mId |
int | mSkillIndex |
int | mUsageType |
Additional Inherited Members | |
Protected Member Functions inherited from MWWorld::Action | |
void | setTarget (const Ptr &) |
MWWorld::ActionApplyWithSkill::ActionApplyWithSkill | ( | const Ptr & | object, |
const std::string & | id, | ||
int | skillIndex, | ||
int | usageType | ||
) |
|
privatevirtual |
|
private |
|
private |
|
private |