orxonox::DroneController Class Reference
Controller for the Drone of the PPS tutorial.
More...
#include <controllers/DroneController.h>
List of all members.
Detailed Description
Controller for the Drone of the PPS tutorial.
- Author:
- Oli Scheuss
Constructor & Destructor Documentation
| orxonox::DroneController::DroneController |
( |
BaseObject * |
creator |
) |
|
| orxonox::DroneController::~DroneController |
( |
|
) |
[virtual] |
Member Function Documentation
| void orxonox::DroneController::action |
( |
|
) |
[protected, virtual] |
| bool orxonox::DroneController::friendlyFire |
( |
|
) |
[protected] |
| Drone* orxonox::DroneController::getDrone |
( |
|
) |
const [inline] |
| Pawn* orxonox::DroneController::getOwner |
( |
|
) |
const [inline] |
| void orxonox::DroneController::ownerDied |
( |
|
) |
[protected] |
| void orxonox::DroneController::setDrone |
( |
Drone * |
drone |
) |
|
| void orxonox::DroneController::setOwner |
( |
Pawn * |
owner |
) |
|
| void orxonox::DroneController::tick |
( |
float |
dt |
) |
[virtual] |
The controlling happens here. This method defines what the controller has to do each tick.
The controlling happens here.
This method defines what the controller has to do each tick.
- Parameters:
-
| dt | The duration of the tick. |
Reimplemented from orxonox::Tickable.
Member Data Documentation
The documentation for this class was generated from the following files: