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

__init__ ( str  model_name,
NodePath  model_np,
double  mass,
double  movt_force,
double  max_force 
)

◆ getAiBehaviors()

AIBehaviors getAiBehaviors ( )

◆ getMass()

double getMass ( )

◆ getMaxForce()

double getMaxForce ( )

◆ getNodePath()

NodePath getNodePath ( )

◆ getVelocity()

LVecBase3 getVelocity ( )

◆ setMass()

setMass ( double  m)

◆ setMaxForce()

setMaxForce ( double  max_force)

◆ setNodePath()

setNodePath ( NodePath  np)

◆ setPfGuide()

setPfGuide ( bool  pf_guide)

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