![]() |
TrinityCore
|
#include "WaypointManager.h"#include "DatabaseEnv.h"#include "GridDefines.h"#include "Log.h"#include "MapUtils.h"#include "ObjectAccessor.h"#include "Optional.h"#include "QueryResultStructured.h"#include "TemporarySummon.h"#include "Unit.h"
Include dependency graph for WaypointManager.cpp:Go to the source code of this file.
Functions | |
| DEFINE_FIELD_ACCESSOR_CACHE (WaypointMgr::, PathQueryResult, PreparedResultSet,(PathId)(MoveType)(Flags)(Velocity)) | |
| DEFINE_FIELD_ACCESSOR_CACHE (WaypointMgr::, PathNodeQueryResult, PreparedResultSet,(PathId)(NodeId)(PositionX)(PositionY)(PositionZ)(Orientation)(Delay)) | |
| DEFINE_FIELD_ACCESSOR_CACHE | ( | WaypointMgr:: | , |
| PathNodeQueryResult | , | ||
| PreparedResultSet | , | ||
| (PathId)(NodeId)(PositionX)(PositionY)(PositionZ)(Orientation)(Delay) | |||
| ) |
| DEFINE_FIELD_ACCESSOR_CACHE | ( | WaypointMgr:: | , |
| PathQueryResult | , | ||
| PreparedResultSet | , | ||
| (PathId)(MoveType)(Flags)(Velocity) | |||
| ) |