![]() |
TrinityCore
|
#include <DB2Structure.h>
Public Attributes | |
| uint32 | ID |
| LocalizedString | Name |
| LocalizedString | Cost |
| LocalizedString | OutOfError |
| LocalizedString | ToolTip |
| uint32 | MinPower |
| uint32 | MaxPower |
| uint32 | StartPower |
| uint8 | CenterPower |
| float | RegenerationPeace |
| float | RegenerationCombat |
| uint8 | BarType |
| int32 | Flags |
| float | StartInset |
| float | EndInset |
| std::array< int32, 6 > | FileDataID |
| std::array< int32, 6 > | Color |
Definition at line 4939 of file DB2Structure.h.
| uint8 UnitPowerBarEntry::BarType |
Definition at line 4952 of file DB2Structure.h.
| uint8 UnitPowerBarEntry::CenterPower |
Definition at line 4949 of file DB2Structure.h.
| std::array<int32, 6> UnitPowerBarEntry::Color |
Definition at line 4957 of file DB2Structure.h.
| LocalizedString UnitPowerBarEntry::Cost |
Definition at line 4943 of file DB2Structure.h.
| float UnitPowerBarEntry::EndInset |
Definition at line 4955 of file DB2Structure.h.
| std::array<int32, 6> UnitPowerBarEntry::FileDataID |
Definition at line 4956 of file DB2Structure.h.
| int32 UnitPowerBarEntry::Flags |
Definition at line 4953 of file DB2Structure.h.
| uint32 UnitPowerBarEntry::ID |
Definition at line 4941 of file DB2Structure.h.
| uint32 UnitPowerBarEntry::MaxPower |
Definition at line 4947 of file DB2Structure.h.
| uint32 UnitPowerBarEntry::MinPower |
Definition at line 4946 of file DB2Structure.h.
| LocalizedString UnitPowerBarEntry::Name |
Definition at line 4942 of file DB2Structure.h.
| LocalizedString UnitPowerBarEntry::OutOfError |
Definition at line 4944 of file DB2Structure.h.
| float UnitPowerBarEntry::RegenerationCombat |
Definition at line 4951 of file DB2Structure.h.
| float UnitPowerBarEntry::RegenerationPeace |
Definition at line 4950 of file DB2Structure.h.
| float UnitPowerBarEntry::StartInset |
Definition at line 4954 of file DB2Structure.h.
| uint32 UnitPowerBarEntry::StartPower |
Definition at line 4948 of file DB2Structure.h.
| LocalizedString UnitPowerBarEntry::ToolTip |
Definition at line 4945 of file DB2Structure.h.