|
|
@ -161,7 +161,7 @@ namespace MWWorld
|
|
|
|
virtual void unlock (const Ptr& ptr) const;
|
|
|
|
virtual void unlock (const Ptr& ptr) const;
|
|
|
|
///< Unlock object (default implementation: throw an exception)
|
|
|
|
///< Unlock object (default implementation: throw an exception)
|
|
|
|
|
|
|
|
|
|
|
|
virtual bool canLock (const Ptr& ptr) const;
|
|
|
|
virtual bool canLock (const ConstPtr& ptr) const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual void setRemainingUsageTime (const Ptr& ptr, float duration) const;
|
|
|
|
virtual void setRemainingUsageTime (const Ptr& ptr, float duration) const;
|
|
|
|
///< Sets the remaining duration of the object, such as an equippable light
|
|
|
|
///< Sets the remaining duration of the object, such as an equippable light
|
|
|
|