AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "UnitUtils.h"
Public Member Functions | |
MMapTargetData ()=default | |
MMapTargetData (uint32 endTime, const Position *o, const Position *t) | |
MMapTargetData (const MMapTargetData &c) | |
MMapTargetData (MMapTargetData &&)=default | |
MMapTargetData & | operator= (const MMapTargetData &)=default |
MMapTargetData & | operator= (MMapTargetData &&)=default |
bool | PosChanged (const Position &o, const Position &t) const |
Public Attributes | |
uint32 | _endTime |
Position | _posOwner |
Position | _posTarget |
|
default |
References _endTime, _posOwner, _posTarget, and Position::Relocate().
|
inline |
References _endTime, _posOwner, _posTarget, and Position::Relocate().
|
default |
|
default |
|
default |
References _posOwner, _posTarget, and Position::GetExactDistSq().
uint32 MMapTargetData::_endTime |
Referenced by MMapTargetData().
Position MMapTargetData::_posOwner |
Referenced by MMapTargetData(), and PosChanged().
Position MMapTargetData::_posTarget |
Referenced by MMapTargetData(), and PosChanged().