#include <dynamic.h>
Public Member Functions |
|
virtual FlectForces | ForceData (TimeValue t) |
int | NumParamBlocks () |
IParamBlock2 * | GetParamBlock (int i) |
IParamBlock2 * | GetParamBlockByID (BlockID id) |
virtual FlectForces ForceData | ( | TimeValue | t | ) | [inline, virtual] |
{ FlectForces f1; f1.t1 = 0; f1.t2 = 0; f1.FlectForce = Point3(0.0f,0.0f,0.0f); f1.ApplyAt = Point3(0.0f,0.0f,0.0f); return f1; }
int NumParamBlocks | ( | ) | [inline, virtual] |
Reimplemented from Animatable.
{ return 1; }
IParamBlock2* GetParamBlock | ( | int | i | ) | [inline, virtual] |
i | The zero based index of the ParamBlock2 to return. |
Reimplemented from Animatable.
{ return pblock2; }
IParamBlock2* GetParamBlockByID | ( | BlockID | id | ) | [inline, virtual] |
id | The BlockID of the ParamBlock2 instance. |
Reimplemented from Animatable.