![]() |
TrinityCore
|
#include "FlightPathMovementGenerator.h"
#include "DBCStores.h"
#include "Log.h"
#include "MapManager.h"
#include "MovementDefines.h"
#include "MoveSpline.h"
#include "MoveSplineInit.h"
#include "ObjectMgr.h"
#include "Player.h"
Go to the source code of this file.
Macros | |
#define | FLIGHT_TRAVEL_UPDATE 100 |
#define | TIMEDIFF_NEXT_WP 250 |
#define | SKIP_SPLINE_POINT_DISTANCE_SQ (40.f * 40.f) |
#define | PLAYER_FLIGHT_SPEED 32.0f |
Functions | |
bool | IsNodeIncludedInShortenedPath (TaxiPathNodeEntry const *p1, TaxiPathNodeEntry const *p2) |
#define FLIGHT_TRAVEL_UPDATE 100 |
Definition at line 28 of file FlightPathMovementGenerator.cpp.
#define PLAYER_FLIGHT_SPEED 32.0f |
Definition at line 31 of file FlightPathMovementGenerator.cpp.
#define SKIP_SPLINE_POINT_DISTANCE_SQ (40.f * 40.f) |
Definition at line 30 of file FlightPathMovementGenerator.cpp.
#define TIMEDIFF_NEXT_WP 250 |
Definition at line 29 of file FlightPathMovementGenerator.cpp.
bool IsNodeIncludedInShortenedPath | ( | TaxiPathNodeEntry const * | p1, |
TaxiPathNodeEntry const * | p2 | ||
) |
Definition at line 194 of file FlightPathMovementGenerator.cpp.