Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 2:40:22 PM (14 years ago)
Author:
wirthmi
Message:

More camera easing, new center overlay and pauseControl/resumeControl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/controllers/HumanController.h

    r6159 r6195  
    7575            static void killBots(unsigned int amount = 0);
    7676
     77            static void pauseControl();
     78            static void resumeControl();
     79            virtual void doPauseControl() {};
     80            virtual void doResumeControl() {};
     81
    7782            static inline HumanController* getLocalControllerSingleton()
    7883                { return HumanController::localController_s; }
     
    8388        protected:
    8489            static HumanController* localController_s;
     90            bool controlPaused_;
    8591    };
    8692}
Note: See TracChangeset for help on using the changeset viewer.