1 #ifndef GAME_MWCLASS_POTION_H
2 #define GAME_MWCLASS_POTION_H
4 #include "../mwworld/class.hpp"
39 virtual boost::shared_ptr<MWWorld::Action>
use (
const MWWorld::Ptr& ptr)
const;
virtual bool canSell(const MWWorld::ConstPtr &item, int npcServices) const
Determine whether or not item can be sold to an npc with the given npcServices.
Definition: potion.cpp:162
static void registerSelf()
Definition: potion.cpp:79
virtual std::string getInventoryIcon(const MWWorld::ConstPtr &ptr) const
Return name of inventory icon.
Definition: potion.cpp:96
virtual MWGui::ToolTipInfo getToolTipInfo(const MWWorld::ConstPtr &ptr, int count) const
Definition: potion.cpp:110
Definition: renderinginterface.hpp:9
Definition: physicssystem.hpp:51
virtual float getWeight(const MWWorld::ConstPtr &ptr) const
Definition: potion.cpp:167
Base class for referenceable esm records.
Definition: class.hpp:52
virtual std::string getDownSoundId(const MWWorld::ConstPtr &ptr) const
Return the put down sound Id.
Definition: potion.cpp:91
virtual boost::shared_ptr< MWWorld::Action > activate(const MWWorld::Ptr &ptr, const MWWorld::Ptr &actor) const
Generate action for activation.
Definition: potion.cpp:58
virtual std::string getScript(const MWWorld::ConstPtr &ptr) const
Return name of the script attached to ptr.
Definition: potion.cpp:64
Mutable state of a cell.
Definition: cellstore.hpp:53
Pointer to a const LiveCellRef.
Definition: ptr.hpp:90
virtual std::string getUpSoundId(const MWWorld::ConstPtr &ptr) const
Return the pick up sound Id.
Definition: potion.cpp:86
virtual std::string getModel(const MWWorld::ConstPtr &ptr) const
Definition: potion.cpp:40
virtual int getValue(const MWWorld::ConstPtr &ptr) const
Return trade value of the object. Throws an exception, if the object can't be traded.
Definition: potion.cpp:72
virtual void insertObject(const MWWorld::Ptr &ptr, const std::string &model, MWPhysics::PhysicsSystem &physics) const
Add reference into a cell for rendering (default implementation: don't render anything).
Definition: potion.cpp:35
virtual MWWorld::Ptr copyToCellImpl(const MWWorld::ConstPtr &ptr, MWWorld::CellStore &cell) const
Definition: potion.cpp:155
virtual void insertObjectRendering(const MWWorld::Ptr &ptr, const std::string &model, MWRender::RenderingInterface &renderingInterface) const
Add reference into a cell for rendering.
Definition: potion.cpp:28
Pointer to a LiveCellRef.
Definition: ptr.hpp:19
virtual std::string getName(const MWWorld::ConstPtr &ptr) const
Definition: potion.cpp:51
virtual boost::shared_ptr< MWWorld::Action > use(const MWWorld::Ptr &ptr) const
Generate action for using via inventory menu.
Definition: potion.cpp:142
virtual bool hasToolTip(const MWWorld::ConstPtr &ptr) const
Definition: potion.cpp:103