Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | List of all members
AICharacter Class Reference

Public Member Functions

 __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)
 This function is used to enable or disable the guides for path finding. More...
 

Member Function Documentation

__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)

This function is used to enable or disable the guides for path finding.