mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-26 22:50:17 +00:00
Additional record types
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user