![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "WaypointMgr.h"
Public Attributes | |
| uint32 | id |
| float | x |
| float | y |
| float | z |
| std::optional< float > | orientation |
| uint32 | delay |
| uint32 | event_id = 0 |
| uint32 | move_type = 0 |
| uint8 | event_chance = 0 |
| uint32 WaypointData::delay |
| uint8 WaypointData::event_chance = 0 |
Referenced by WaypointMgr::Load(), and WaypointMgr::ReloadPath().
| uint32 WaypointData::event_id = 0 |
Referenced by WaypointMgr::Load(), and WaypointMgr::ReloadPath().
| uint32 WaypointData::id |
Referenced by SmartAI::GetNextWayPoint(), WaypointMgr::Load(), SmartWaypointMgr::LoadFromDB(), and WaypointMgr::ReloadPath().
| uint32 WaypointData::move_type = 0 |
| std::optional<float> WaypointData::orientation |
| float WaypointData::x |
| float WaypointData::y |
| float WaypointData::z |