|
|
@ -162,7 +162,7 @@ namespace MWWorld
|
|
|
|
|
|
|
|
|
|
|
|
virtual float getRemainingUsageTime (const Ptr& ptr) const;
|
|
|
|
virtual float getRemainingUsageTime (const Ptr& ptr) const;
|
|
|
|
///< Returns the remaining duration of the object, such as an equippable light
|
|
|
|
///< Returns the remaining duration of the object, such as an equippable light
|
|
|
|
/// source. (default implementation: throw an exception)
|
|
|
|
/// source. (default implementation: -1, i.e. infinite)
|
|
|
|
|
|
|
|
|
|
|
|
virtual std::string getScript (const Ptr& ptr) const;
|
|
|
|
virtual std::string getScript (const Ptr& ptr) const;
|
|
|
|
///< Return name of the script attached to ptr (default implementation: return an empty
|
|
|
|
///< Return name of the script attached to ptr (default implementation: return an empty
|
|
|
|