Public Member Functions | |
AICharacter (string model_name, NodePath model_np, double mass, double movt_force, double max_force) | |
AIBehaviors | getAiBehaviors () |
double | getMass () |
double | getMaxForce () |
NodePath | getNodePath () |
VBase3 | getVelocity () |
setMass (double m) | |
setMaxForce (double max_force) | |
setNodePath (NodePath np) | |
setPfGuide (bool pf_guide) |
AICharacter | ( | string | model_name, |
NodePath | model_np, | ||
double | mass, | ||
double | movt_force, | ||
double | max_force | ||
) |
double getMass | ( | ) |
double getMaxForce | ( | ) |
NodePath getNodePath | ( | ) |
VBase3 getVelocity | ( | ) |
setMass | ( | double | m | ) |
setMaxForce | ( | double | max_force | ) |
setNodePath | ( | NodePath | np | ) |
setPfGuide | ( | bool | pf_guide | ) |