|
|
@ -174,7 +174,7 @@ namespace MWWorld
|
|
|
|
///< \attention This function is internal to the world model and should not be called from
|
|
|
|
///< \attention This function is internal to the world model and should not be called from
|
|
|
|
/// outside.
|
|
|
|
/// outside.
|
|
|
|
|
|
|
|
|
|
|
|
virtual bool stacks (const ConstPtr& ptr1, const ConstPtr& ptr2);
|
|
|
|
virtual bool stacks (const ConstPtr& ptr1, const ConstPtr& ptr2) const;
|
|
|
|
///< @return true if the two specified objects can stack with each other
|
|
|
|
///< @return true if the two specified objects can stack with each other
|
|
|
|
|
|
|
|
|
|
|
|
virtual int remove(const Ptr& item, int count, const Ptr& actor);
|
|
|
|
virtual int remove(const Ptr& item, int count, const Ptr& actor);
|
|
|
|