![]() |
TrinityCore
|
#include <DB2Structure.h>
Public Member Functions | |
| EnumFlag< SpellShapeshiftFormFlags > | GetFlags () const |
Public Attributes | |
| uint32 | ID |
| LocalizedString | Name |
| uint32 | CreatureDisplayID |
| uint8 | CreatureType |
| int32 | Flags |
| int32 | AttackIconFileID |
| int8 | BonusActionBar |
| int16 | CombatRoundTime |
| float | DamageVariance |
| uint16 | MountTypeID |
| std::array< uint32, MAX_SHAPESHIFT_SPELLS > | PresetSpellID |
Definition at line 4189 of file DB2Structure.h.
|
inline |
| int32 SpellShapeshiftFormEntry::AttackIconFileID |
Definition at line 4196 of file DB2Structure.h.
| int8 SpellShapeshiftFormEntry::BonusActionBar |
Definition at line 4197 of file DB2Structure.h.
| int16 SpellShapeshiftFormEntry::CombatRoundTime |
Definition at line 4198 of file DB2Structure.h.
| uint32 SpellShapeshiftFormEntry::CreatureDisplayID |
Definition at line 4193 of file DB2Structure.h.
| uint8 SpellShapeshiftFormEntry::CreatureType |
Definition at line 4194 of file DB2Structure.h.
| float SpellShapeshiftFormEntry::DamageVariance |
Definition at line 4199 of file DB2Structure.h.
| int32 SpellShapeshiftFormEntry::Flags |
Definition at line 4195 of file DB2Structure.h.
| uint32 SpellShapeshiftFormEntry::ID |
Definition at line 4191 of file DB2Structure.h.
| uint16 SpellShapeshiftFormEntry::MountTypeID |
Definition at line 4200 of file DB2Structure.h.
| LocalizedString SpellShapeshiftFormEntry::Name |
Definition at line 4192 of file DB2Structure.h.
| std::array<uint32, MAX_SHAPESHIFT_SPELLS> SpellShapeshiftFormEntry::PresetSpellID |
Definition at line 4201 of file DB2Structure.h.