AICharacter
-
class AICharacter
Bases:
ReferenceCount
Inheritance diagram
-
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)
-
void set_mass(double m)
-
void set_max_force(double max_force)
-
void set_pf_guide(bool pf_guide)
This function is used to enable or disable the guides for path finding.
-
explicit AICharacter(std::string model_name, NodePath model_np, double mass, double movt_force, double max_force)