|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <DBCStructure.h>
Public Attributes | |
| uint32 | ID |
| float | maxRangeFriend |
| float | maxRangeHostile |
| float | minRangeFriend |
| float | minRangeHostile |
| uint32 | type |
Definition at line 2489 of file DBCStructure.h.
| uint32 SpellRangeEntry::ID |
Definition at line 2491 of file DBCStructure.h.
| float SpellRangeEntry::maxRangeFriend |
Definition at line 2495 of file DBCStructure.h.
Referenced by Unit::GetSpellMaxRangeForTarget().
| float SpellRangeEntry::maxRangeHostile |
Definition at line 2494 of file DBCStructure.h.
Referenced by Unit::GetSpellMaxRangeForTarget().
| float SpellRangeEntry::minRangeFriend |
Definition at line 2493 of file DBCStructure.h.
Referenced by Unit::GetSpellMinRangeForTarget().
| float SpellRangeEntry::minRangeHostile |
Definition at line 2492 of file DBCStructure.h.
Referenced by Unit::GetSpellMinRangeForTarget().
| uint32 SpellRangeEntry::type |
Definition at line 2496 of file DBCStructure.h.