#include <driveaction.h>
Inheritance diagram for DriveAction:


Public Member Functions | |
| DriveAction (const std::string &predicate, salt::Vector3f force) | |
| virtual | ~DriveAction () |
| const salt::Vector3f & | GetForce () |
| returns the stored force vector | |
Protected Attributes | |
| salt::Vector3f | mForce |
| the force to be applied by the DriveEffector | |
Definition at line 28 of file driveaction.h.
|
||||||||||||
|
Definition at line 31 of file driveaction.h. |
|
|
Definition at line 33 of file driveaction.h. |
|
|
returns the stored force vector
Definition at line 36 of file driveaction.h. References mForce. |
|
|
the force to be applied by the DriveEffector
Definition at line 40 of file driveaction.h. Referenced by GetForce(). |
1.4.4