Panda3D
|
#include <pandadoc.hpp>
Public Member Functions | |
__init__ (const AICharacter) | |
__init__ (str model_name, NodePath model_np, double mass, double movt_force, double max_force) | |
AIBehaviors | getAiBehaviors () |
double | getMass () |
double | getMaxForce () |
NodePath | getNodePath () |
LVecBase3 | getVelocity () |
setMass (double m) | |
setMaxForce (double max_force) | |
setNodePath (NodePath np) | |
setPfGuide (bool pf_guide) | |
![]() | |
int | getRefCount () |
Returns the current reference count. More... | |
ref () | |
Explicitly increments the reference count. More... | |
bool | testRefCountIntegrity () |
Does some easy checks to make sure that the reference count isn't completely bogus. More... | |
bool | testRefCountNonzero () |
Does some easy checks to make sure that the reference count isn't zero, or completely bogus. More... | |
bool | unref () |
Explicitly decrements the reference count. More... | |
Public Attributes | |
String | name |
![]() | |
int | ref_count |
The current reference count. More... | |
Additional Inherited Members | |
![]() | |
static TypeHandle | getClassType () |
__init__ | ( | const | AICharacter | ) |
__init__ | ( | str | model_name, |
NodePath | model_np, | ||
double | mass, | ||
double | movt_force, | ||
double | max_force | ||
) |
AIBehaviors getAiBehaviors | ( | ) |
double getMass | ( | ) |
double getMaxForce | ( | ) |
NodePath getNodePath | ( | ) |
LVecBase3 getVelocity | ( | ) |
setMass | ( | double | m | ) |
setMaxForce | ( | double | max_force | ) |
setNodePath | ( | NodePath | np | ) |
setPfGuide | ( | bool | pf_guide | ) |
String name |