OpenMW
|
#include <failedaction.hpp>
Public Member Functions | |
FailedAction (const std::string &message=std::string(), const Ptr &target=Ptr()) | |
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 | mMessage |
Additional Inherited Members | |
Protected Member Functions inherited from MWWorld::Action | |
void | setTarget (const Ptr &) |
MWWorld::FailedAction::FailedAction | ( | const std::string & | message = std::string() , |
const Ptr & | target = Ptr() |
||
) |
|
privatevirtual |
|
private |