|
OpenMW
|
#include <actionapply.hpp>
Public Member Functions | |
| ActionApply (const Ptr &object, const std::string &id) | |
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, bool noSound=false) |
| void | setSound (const std::string &id) |
| void | setSoundOffset (float offset) |
Private Member Functions | |
| virtual void | executeImp (const Ptr &actor) |
Private Attributes | |
| std::string | mId |
Additional Inherited Members | |
Protected Member Functions inherited from MWWorld::Action | |
| void | setTarget (const Ptr &) |
| MWWorld::ActionApply::ActionApply | ( | const Ptr & | object, |
| const std::string & | id | ||
| ) |
|
privatevirtual |
|
private |
1.8.6