|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <UnitAI.h>
Public Member Functions | |
| DefaultTargetSelector (Unit const *unit, float dist, bool playerOnly, int32 aura) | |
| bool | operator() (Unit const *target) const |
Public Attributes | |
| int32 | m_aura |
| float | m_dist |
| bool | m_playerOnly |
| const Unit * | me |
|
inline |
Definition at line 44 of file UnitAI.h.
References Object::GetTypeId(), Unit::HasAura(), m_aura, m_dist, m_playerOnly, me, and TYPEID_PLAYER.
| int32 DefaultTargetSelector::m_aura |
Definition at line 36 of file UnitAI.h.
Referenced by DefaultTargetSelector(), and operator()().
| float DefaultTargetSelector::m_dist |
Definition at line 34 of file UnitAI.h.
Referenced by DefaultTargetSelector(), and operator()().
| bool DefaultTargetSelector::m_playerOnly |
Definition at line 35 of file UnitAI.h.
Referenced by DefaultTargetSelector(), and operator()().
| const Unit* DefaultTargetSelector::me |
Definition at line 33 of file UnitAI.h.
Referenced by DefaultTargetSelector(), and operator()().