AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Player.h"
Public Member Functions | |
EntryPointData () | |
void | ClearTaxiPath () |
bool | HasTaxiPath () const |
Public Attributes | |
uint32 | mountSpell {0} |
std::array< uint32, 2 > | taxiPath |
WorldLocation | joinPos |
|
inline |
References ClearTaxiPath().
|
inline |
References taxiPath.
Referenced by EntryPointData(), Player::LoadFromDB(), Player::ProcessDelayedOperations(), and Player::SetEntryPoint().
|
inline |
References taxiPath.
Referenced by Player::LoadFromDB(), and Player::ProcessDelayedOperations().
WorldLocation EntryPointData::joinPos |
uint32 EntryPointData::mountSpell {0} |
std::array<uint32, 2> EntryPointData::taxiPath |