AICharacter

class AICharacter

Bases: ReferenceCount

Inheritance diagram

Inheritance diagram of AICharacter

explicit AICharacter(std::string model_name, NodePath model_np, double mass, double movt_force, double max_force)
AICharacter(AICharacter const&) = default
AIBehaviors *get_ai_behaviors(void)
double get_mass(void)
double get_max_force(void)
NodePath get_node_path(void)
LVecBase3 get_velocity(void)
void set_mass(double m)
void set_max_force(double max_force)
void set_node_path(NodePath np)
void set_pf_guide(bool pf_guide)

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