|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <DBCStructure.h>
Public Attributes | |
| uint32 | actionFlag |
| uint32 | arrivalEventID |
| uint32 | delay |
| uint32 | departureEventID |
| uint32 | index |
| uint32 | mapid |
| uint32 | path |
| float | x |
| float | y |
| float | z |
Definition at line 2757 of file DBCStructure.h.
| uint32 TaxiPathNodeEntry::actionFlag |
Definition at line 2766 of file DBCStructure.h.
Referenced by LuaGlobalFunctions::AddTaxiPath(), and TransportMgr::GeneratePath().
| uint32 TaxiPathNodeEntry::arrivalEventID |
Definition at line 2768 of file DBCStructure.h.
Referenced by LuaGlobalFunctions::AddTaxiPath(), FlightPathMovementGenerator::DoEventIfAny(), Transport::DoEventIfAny(), and ObjectMgr::LoadEventScripts().
| uint32 TaxiPathNodeEntry::delay |
Definition at line 2767 of file DBCStructure.h.
Referenced by LuaGlobalFunctions::AddTaxiPath().
| uint32 TaxiPathNodeEntry::departureEventID |
Definition at line 2769 of file DBCStructure.h.
Referenced by LuaGlobalFunctions::AddTaxiPath(), FlightPathMovementGenerator::DoEventIfAny(), Transport::DoEventIfAny(), and ObjectMgr::LoadEventScripts().
| uint32 TaxiPathNodeEntry::index |
Definition at line 2761 of file DBCStructure.h.
Referenced by FlightPathMovementGenerator::DoEventIfAny(), and Transport::DoEventIfAny().
| uint32 TaxiPathNodeEntry::mapid |
Definition at line 2762 of file DBCStructure.h.
Referenced by LuaGlobalFunctions::AddTaxiPath(), Player::ContinueTaxiFlight(), TransportMgr::CreateTransport(), and TransportMgr::GeneratePath().
| uint32 TaxiPathNodeEntry::path |
Definition at line 2760 of file DBCStructure.h.
Referenced by FlightPathMovementGenerator::DoEventIfAny().
| float TaxiPathNodeEntry::x |
Definition at line 2763 of file DBCStructure.h.
Referenced by LuaGlobalFunctions::AddTaxiPath(), Player::ContinueTaxiFlight(), TransportMgr::CreateTransport(), TransportMgr::GeneratePath(), FlightPathMovementGenerator::GetResetPos(), and WorldSession::HandleMoveSplineDoneOpcode().
| float TaxiPathNodeEntry::y |
Definition at line 2764 of file DBCStructure.h.
Referenced by LuaGlobalFunctions::AddTaxiPath(), Player::ContinueTaxiFlight(), TransportMgr::CreateTransport(), TransportMgr::GeneratePath(), FlightPathMovementGenerator::GetResetPos(), and WorldSession::HandleMoveSplineDoneOpcode().
| float TaxiPathNodeEntry::z |
Definition at line 2765 of file DBCStructure.h.
Referenced by LuaGlobalFunctions::AddTaxiPath(), Player::ContinueTaxiFlight(), TransportMgr::CreateTransport(), TransportMgr::GeneratePath(), FlightPathMovementGenerator::GetResetPos(), and WorldSession::HandleMoveSplineDoneOpcode().