iPcCraftController Struct Reference
Craft controller property class. More...
#include <propclass/craft.h>
Public Member Functions | |
virtual void | SetAccTurn (float tacc)=0 |
Set the objects left and right turning acceleration;. | |
virtual void | SetAccUpDown (float uacc)=0 |
Set the objects up and down turning acceleration;. | |
virtual void | SetMaxTurn (float turn)=0 |
Set the objects maximum left and right turning velocity;. | |
virtual void | SetMaxUpDown (float mud)=0 |
Set the objects maximum up and down turning velocity;. | |
virtual void | StartTurnDown ()=0 |
Start the object turning down. | |
virtual void | StartTurnLeft ()=0 |
Start the object turning left. | |
virtual void | StartTurnRight ()=0 |
Start the object turning right. | |
virtual void | StartTurnUp ()=0 |
Start the object turning up. | |
virtual void | StopTurnDown ()=0 |
Stop the object turning down. | |
virtual void | StopTurnLeft ()=0 |
Stop the object turning left. | |
virtual void | StopTurnRight ()=0 |
Stop the object turning right. | |
virtual void | StopTurnUp ()=0 |
Stop the object turning up. | |
virtual void | ThrustOff ()=0 |
Temporary: will have seperate interface soon. | |
virtual void | ThrustOn ()=0 |
Temporary: will have seperate interface soon. |
Detailed Description
Craft controller property class."pccraft" Allows a Craft with turning left and right, and supresses angular velocity of object. Thruster and functions to control supression to be added.
Definition at line 34 of file craft.h.
Member Function Documentation
|
Set the objects left and right turning acceleration;.
|
|
Set the objects up and down turning acceleration;.
|
|
Set the objects maximum left and right turning velocity;.
|
|
Set the objects maximum up and down turning velocity;.
|
|
Start the object turning down.
|
|
Start the object turning left.
|
|
Start the object turning right.
|
|
Start the object turning up.
|
|
Stop the object turning down.
|
|
Stop the object turning left.
|
|
Stop the object turning right.
|
|
Stop the object turning up.
|
|
Temporary: will have seperate interface soon. Turn off thruster |
|
Temporary: will have seperate interface soon. Turn on thruster |
The documentation for this struct was generated from the following file:
- propclass/craft.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.6