- Timestamp:
- Sep 29, 2009, 10:24:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/src/orxonox/controllers/DroneController.cc
r5786 r5833 34 34 namespace orxonox 35 35 { 36 /** 37 @brief 38 Constructor. 39 */ 36 40 DroneController::DroneController(BaseObject* creator) : Controller(creator) 37 41 { … … 51 55 } 52 56 57 /** 58 @brief 59 The controlling happens here. This method defines what the controller has to do each tick. 60 @param dt 61 The duration of the tick. 62 */ 53 63 void DroneController::tick(float dt) 54 64 {
Note: See TracChangeset
for help on using the changeset viewer.