TrinityCore
|
#include <vector>
Go to the source code of this file.
Classes | |
struct | WaypointData |
class | WaypointMgr |
Macros | |
#define | sWaypointMgr WaypointMgr::instance() |
Typedefs | |
typedef std::vector < WaypointData * > | WaypointPath |
typedef std::unordered_map < uint32, WaypointPath > | WaypointPathContainer |
Enumerations | |
enum | WaypointMoveType { WAYPOINT_MOVE_TYPE_WALK, WAYPOINT_MOVE_TYPE_RUN, WAYPOINT_MOVE_TYPE_LAND, WAYPOINT_MOVE_TYPE_TAKEOFF, WAYPOINT_MOVE_TYPE_MAX } |
#define sWaypointMgr WaypointMgr::instance() |
typedef std::vector<WaypointData*> WaypointPath |
typedef std::unordered_map<uint32, WaypointPath> WaypointPathContainer |
enum WaypointMoveType |