feat: enemy npc pathing

they live 🎉
tested that enemies path all around the world should they have a path configured.
tested that the admiral in gf (at the first camp) paths now.
fixes #1546
This commit is contained in:
David Markowitz
2026-06-17 01:47:09 -07:00
parent c898356eba
commit 105ddf4e1d
5 changed files with 111 additions and 16 deletions

View File

@@ -236,6 +236,8 @@ public:
bool MsgGetObjectReportInfo(GameMessages::GetObjectReportInfo& reportInfo);
void SetStartingPosition(const NiPoint3& pos) { m_StartPosition = pos; }
private:
/**
* Returns the current target or the target that currently is the largest threat to this entity