iPcCraftController Struct Reference
Craft controller property class. More...
#include <propclass/craft.h>
Public Member Functions | |
virtual void | SetAccPitch (float uacc)=0 |
Set the objects up and down turning acceleration;. | |
virtual void | SetAccTurn (float tacc)=0 |
Set the objects left and right turning acceleration;. | |
virtual void | SetMaxPitch (float mud)=0 |
Set the objects maximum up and down turning velocity;. | |
virtual void | SetMaxTurn (float turn)=0 |
Set the objects maximum left and right turning velocity;. | |
virtual void | SetRedirectVelocityRatio (float rdvr)=0 |
Do Not forget to document! | |
virtual void | SetThrustForce (float tf)=0 |
Set the thrust force of the craft. | |
virtual void | SetTopSpeed (float tspeed)=0 |
Set the Top Speed of the thruster. | |
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 |
Turn off thruster. | |
virtual void | ThrustOn ()=0 |
Turn on thruster. |
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 up and down turning acceleration;.
|
|
Set the objects left and right turning acceleration;.
|
|
Set the objects maximum up and down turning velocity;.
|
|
Set the objects maximum left and right turning velocity;.
|
|
Do Not forget to document!
|
|
Set the thrust force of the craft.
|
|
Set the Top Speed of the thruster. Above this speed the thruster will not work. |
|
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.
|
|
Turn off thruster.
|
|
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