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 |
uint32 | move_type |
uint8 | event_chance |
uint32 WaypointData::delay |
uint8 WaypointData::event_chance |
Referenced by WaypointMgr::Load(), and WaypointMgr::ReloadPath().
uint32 WaypointData::event_id |
Referenced by WaypointMgr::Load(), and WaypointMgr::ReloadPath().
uint32 WaypointData::id |
Referenced by WaypointMgr::Load(), and WaypointMgr::ReloadPath().
uint32 WaypointData::move_type |
std::optional<float> WaypointData::orientation |
float WaypointData::x |
Referenced by boss_alar::ConstructWaypointsAndMove(), WaypointMgr::Load(), MotionMaster::MoveSplinePath(), npc_vehicle_d16_propelled_delivery::npc_vehicle_d16_propelled_deliveryAI::PassengerBoarded(), npc_vics_flying_machine::npc_vics_flying_machineAI::PassengerBoarded(), WaypointMgr::ReloadPath(), WaypointMovementGenerator< Creature >::StartMove(), boss_razorscale::boss_razorscaleAI::UpdateAI(), npc_wild_wyrm::npc_wild_wyrmAI::UpdateAI(), and npc_freed_protodrake::npc_freed_protodrakeAI::UpdateAI().
float WaypointData::y |
Referenced by boss_alar::ConstructWaypointsAndMove(), WaypointMgr::Load(), MotionMaster::MoveSplinePath(), npc_vehicle_d16_propelled_delivery::npc_vehicle_d16_propelled_deliveryAI::PassengerBoarded(), npc_vics_flying_machine::npc_vics_flying_machineAI::PassengerBoarded(), WaypointMgr::ReloadPath(), WaypointMovementGenerator< Creature >::StartMove(), boss_razorscale::boss_razorscaleAI::UpdateAI(), npc_wild_wyrm::npc_wild_wyrmAI::UpdateAI(), and npc_freed_protodrake::npc_freed_protodrakeAI::UpdateAI().
float WaypointData::z |
Referenced by boss_alar::ConstructWaypointsAndMove(), WaypointMgr::Load(), MotionMaster::MoveSplinePath(), npc_vehicle_d16_propelled_delivery::npc_vehicle_d16_propelled_deliveryAI::PassengerBoarded(), npc_vics_flying_machine::npc_vics_flying_machineAI::PassengerBoarded(), WaypointMgr::ReloadPath(), WaypointMovementGenerator< Creature >::StartMove(), boss_razorscale::boss_razorscaleAI::UpdateAI(), npc_wild_wyrm::npc_wild_wyrmAI::UpdateAI(), and npc_freed_protodrake::npc_freed_protodrakeAI::UpdateAI().