Additional record types

This commit is contained in:
wincent
2024-09-12 15:32:44 +02:00
parent dfe924061f
commit 04e9e74d7c
8 changed files with 504 additions and 1 deletions

View File

@@ -74,6 +74,12 @@ public:
*/
const MovementAIInfo& GetInfo() const;
/**
* Returns a mutable reference to the basic settings that this entity uses to move around
* @return a mutable reference to the basic settings that this entity uses to move around
*/
MovementAIInfo& GetInfo();
/**
* Set a destination point for the entity to move towards
* @param value the destination point to move towards