OpenMW
|
#include <actionopen.hpp>
Public Member Functions | |
ActionOpen (const Ptr &container, bool loot=false) | |
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 MWWorld::Ptr &actor) |
Private Attributes | |
bool | mLoot |
Additional Inherited Members | |
Protected Member Functions inherited from MWWorld::Action | |
void | setTarget (const Ptr &) |
container | The Container the Player has activated. |
loot | If true, display the "dispose of corpse" button |
|
privatevirtual |
|
private |