TrinityCore
|
Represents a CompactUnitFrame profile. More...
#include <Player.h>
Public Member Functions | |
CUFProfile () | |
CUFProfile (const std::string &name, uint16 frameHeight, uint16 frameWidth, uint8 sortBy, uint8 healthText, uint32 boolOptions, uint8 topPoint, uint8 bottomPoint, uint8 leftPoint, uint16 topOffset, uint16 bottomOffset, uint16 leftOffset) | |
Public Attributes | |
std::string | ProfileName |
uint16 | FrameHeight |
uint16 | FrameWidth |
uint8 | SortBy |
uint8 | HealthText |
uint8 | TopPoint |
uint8 | BottomPoint |
uint8 | LeftPoint |
uint16 | TopOffset |
uint16 | BottomOffset |
uint16 | LeftOffset |
std::bitset < CUF_BOOL_OPTIONS_COUNT > | BoolOptions |
Represents a CompactUnitFrame profile.
|
inline |
|
inline |
std::bitset<CUF_BOOL_OPTIONS_COUNT> CUFProfile::BoolOptions |
uint16 CUFProfile::BottomOffset |
uint8 CUFProfile::BottomPoint |
uint16 CUFProfile::FrameHeight |
uint16 CUFProfile::FrameWidth |
uint8 CUFProfile::HealthText |
uint16 CUFProfile::LeftOffset |
uint8 CUFProfile::LeftPoint |
std::string CUFProfile::ProfileName |
uint8 CUFProfile::SortBy |
uint16 CUFProfile::TopOffset |
uint8 CUFProfile::TopPoint |