~openmw/openmw/openmw-packaging2

« back to all changes in this revision

Viewing changes to apps/openmw/mwclass/actor.hpp

  • Committer: Scott Howard
  • Date: 2016-09-15 20:56:29 UTC
  • Revision ID: showard@debian.org-20160915205629-3tvfxe47zrb41a91
Cron update. Git hash: 37278b5

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        ///< Returns total weight of objects inside this object (including modifications from magic
36
36
        /// effects). Throws an exception, if the object can't hold other objects.
37
37
 
 
38
        virtual bool allowTelekinesis(const MWWorld::ConstPtr& ptr) const;
 
39
        ///< Return whether this class of object can be activated with telekinesis
 
40
 
38
41
        // not implemented
39
42
        Actor(const Actor&);
40
43
        Actor& operator= (const Actor&);