|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
Public Member Functions | |
| AnyAoETargetUnitInObjectRangeCheck (WorldObject const *obj, Unit const *funit, float range) | |
| bool | operator() (Unit *u) |
Private Attributes | |
| SpellInfo const * | _spellInfo |
| Unit const * | i_funit |
| WorldObject const * | i_obj |
| float | i_range |
| bool | i_targetForPlayer |
Definition at line 956 of file GridNotifiers.h.
|
inline |
Definition at line 959 of file GridNotifiers.h.
References _spellInfo, Object::GetTypeId(), i_funit, i_obj, i_range, i_targetForPlayer, sSpellMgr, TYPEID_DYNAMICOBJECT, and TYPEID_PLAYER.
|
inline |
Definition at line 970 of file GridNotifiers.h.
References _spellInfo, Object::GetTypeId(), i_funit, i_obj, i_range, TYPEID_DYNAMICOBJECT, and TYPEID_UNIT.
|
private |
Definition at line 985 of file GridNotifiers.h.
Referenced by AnyAoETargetUnitInObjectRangeCheck(), and operator()().
|
private |
Definition at line 984 of file GridNotifiers.h.
Referenced by AnyAoETargetUnitInObjectRangeCheck(), and operator()().
|
private |
Definition at line 983 of file GridNotifiers.h.
Referenced by AnyAoETargetUnitInObjectRangeCheck(), and operator()().
|
private |
Definition at line 986 of file GridNotifiers.h.
Referenced by AnyAoETargetUnitInObjectRangeCheck(), and operator()().
|
private |
Definition at line 982 of file GridNotifiers.h.
Referenced by AnyAoETargetUnitInObjectRangeCheck().