#include <objectcontroller.h>

Public Member Functions | |
| virtual Vector3 | GetPosition ()=0 |
| virtual Vector3 | GetVelocity ()=0 |
| virtual bool | IsAlive ()=0 |
| virtual | ~cObjectContollerTarget () |
Definition at line 15 of file objectcontroller.h.
| cObjectContollerTarget::~cObjectContollerTarget | ( | ) | [virtual] |
| virtual Vector3 cObjectContollerTarget::GetPosition | ( | ) | [pure virtual] |
Implemented in cObjectContollerTargetObject, and cObjectContollerTargetPosition.
Referenced by cObjectController::Step().
| virtual Vector3 cObjectContollerTarget::GetVelocity | ( | ) | [pure virtual] |
Implemented in cObjectContollerTargetObject, and cObjectContollerTargetPosition.
Referenced by cObjectController::Step().
| virtual bool cObjectContollerTarget::IsAlive | ( | ) | [pure virtual] |
Implemented in cObjectContollerTargetObject, and cObjectContollerTargetPosition.
Referenced by cObjectController::Step().
1.5.6