Add file for u aronwk

This commit is contained in:
David Markowitz
2023-08-07 18:40:06 -07:00
parent d372278b25
commit ed0c979544
3 changed files with 26 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ struct MovementAIInfo {
/**
* Component that handles the movement settings of an entity. Not to be confused with the BaseCombatAI component that
* actually handles attackig and following enemy entities.
* actually handles attacking and following enemy entities.
*/
class MovementAIComponent : public Component {
public:
@@ -194,6 +194,8 @@ public:
void ReversePath();
void HandleWaypointArrived();
void SetupPath(const std::string& pathname);
/**
* Stops the current movement and moves the entity to a certain point. Will continue until it's close enough,