#include <ComputerShip.h>
Inheritance diagram for Teddy::SpaceGame::ComputerShip:
Public Methods | |
ComputerShip (char *name, ShipType *ship_type, Root *root) | |
virtual void | applyControls (float age) |
Apply Plaeyr Controls. More... |
Definition at line 40 of file ComputerShip.h.
|
Definition at line 32 of file ComputerShip.cpp. |
|
Apply Plaeyr Controls.
Reimplemented from Teddy::SpaceGame::Ship. Definition at line 40 of file ComputerShip.cpp. References Teddy::SpaceGame::Ship::trackTarget(). |