1
0
EQ2Emu/docs/code/pathfinder_waypoint.md
2025-05-06 09:54:48 -04:00

530 B

File: pathfinder_waypoint.h

Classes

  • PathFileHeader
  • Node
  • FindPerson_Point
  • PathfinderWaypoint
  • Implementation

Functions

  • void Load(const std::string &filename);
  • void LoadV2(FILE *f, const PathFileHeader &header);
  • void LoadV3(FILE *f, const PathFileHeader &header);
  • void ShowNodes();
  • void ShowPath(Client *c, const glm::vec3 &start, const glm::vec3 &end);
  • void NodeInfo(Client *c);
  • void BuildGraph();
  • void ShowNode(const Node &n);

Notable Comments

None detected