This commit is contained in:
David Markowitz
2023-08-12 00:40:18 -07:00
parent 84ba38bd1d
commit 56ab6bd4c3
3 changed files with 15 additions and 11 deletions

View File

@@ -223,8 +223,11 @@ public:
*/
static float GetBaseSpeed(LOT lot);
void SetCurrentPathWaypointIndex(uint32_t value) { m_CurrentPathWaypointIndex = value; };
void SetNextPathWaypointIndex(uint32_t value) { m_NextPathWaypointIndex = value; };
private:
// TODO: Advance properly
void SetCurrentPathWaypointIndex(uint32_t value) { };
void SetNextPathWaypointIndex(uint32_t value) { };
void HandleWaypointCommandGroupEmote(std::string data);
void HandleWaypointCommandSetVariable(std::string data);
void HandleWaypointCommandCastSkill(std::string data);
@@ -238,8 +241,6 @@ public:
void HandleWaypointCommandChangeWaypoint(std::string data);
void HandleWaypointCommandSpawnObject(std::string data);
private:
/**
* Sets the current position of the entity
* @param value the position to set