Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10643 in orxonox.OLD for trunk/src/world_entities/npcs/mover.h


Ignore:
Timestamp:
Apr 29, 2007, 6:51:28 PM (17 years ago)
Author:
bknecht
Message:

improvements by landauf on bsp, rotor and wireframe (does build, should work)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npcs/mover.h

    r10487 r10643  
    3535        void setActionRadius(float radius) { this->actionRadius = radius; }
    3636        void setActionTime(float time) { this->actionTime = time; }
     37        void setStayOpenTime(float time) { this->stayOpenTime = time; }
    3738        void setOpeningSoundFile(const std::string& fileName);
    3839        void setOpenedSoundFile(const std::string& fileName);
     
    6263        float                       actionTime;                 //!< the action-time
    6364        int                         state;                      //!< the state of the mover
     65        float                       stayOpenTime;               //!< waiting time while opened
     66        float                       openTime;                   //!< time since opened
    6467};
    6568
Note: See TracChangeset for help on using the changeset viewer.