Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2016, 4:02:06 PM (8 years ago)
Author:
plehmann
Message:

updated some files so NewScriptController lua binds are created. added DebugTask to cmake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/plehmannFS16/src/orxonox/controllers/Task.h

    r11167 r11172  
    3131
    3232#include "infos/PlayerInfo.h"
    33 //#include "controllers/ArtificialController.h"
    3433#include "tools/interfaces/Tickable.h"
    3534
     
    4039        public:
    4140            Task(Context* context);
    42             virtual ~Task();
     41            virtual ~Task(){}
    4342
    4443            //this function needs to be called otherwise the task is never carriedout
    45             //initialize();
     44            void initialize(float startTime);
    4645
    4746            virtual void tick(float dt) override;
     
    5655                {return startTime_;}
    5756
    58         private:
     57       //private:
    5958
    6059                bool isRunning_;
Note: See TracChangeset for help on using the changeset viewer.