|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
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 unk146, uint8 unk147, uint8 unk148, uint16 unk150, uint16 unk152, uint16 unk154) | |
Public Attributes | |
| std::bitset< CUF_BOOL_OPTIONS_COUNT > | BoolOptions |
| uint16 | FrameHeight |
| uint16 | FrameWidth |
| uint8 | HealthText |
| std::string | ProfileName |
| uint8 | SortBy |
| uint8 | Unk146 |
| uint8 | Unk147 |
| uint8 | Unk148 |
| uint16 | Unk150 |
| uint16 | Unk152 |
| uint16 | Unk154 |
|
inline |
Definition at line 247 of file Player.h.
References BoolOptions, FrameHeight, FrameWidth, HealthText, ProfileName, SortBy, Unk146, Unk147, Unk148, Unk150, Unk152, and Unk154.
|
inline |
Definition at line 261 of file Player.h.
References BoolOptions, FrameHeight, FrameWidth, HealthText, ProfileName, SortBy, Unk146, Unk147, Unk148, Unk150, Unk152, and Unk154.
| std::bitset<CUF_BOOL_OPTIONS_COUNT> CUFProfile::BoolOptions |
Definition at line 293 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint16 CUFProfile::FrameHeight |
Definition at line 278 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint16 CUFProfile::FrameWidth |
Definition at line 279 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint8 CUFProfile::HealthText |
Definition at line 281 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| std::string CUFProfile::ProfileName |
Definition at line 277 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint8 CUFProfile::SortBy |
Definition at line 280 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint8 CUFProfile::Unk146 |
Definition at line 284 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint8 CUFProfile::Unk147 |
Definition at line 285 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint8 CUFProfile::Unk148 |
Definition at line 286 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint16 CUFProfile::Unk150 |
Definition at line 289 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint16 CUFProfile::Unk152 |
Definition at line 290 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().
| uint16 CUFProfile::Unk154 |
Definition at line 291 of file Player.h.
Referenced by CUFProfile(), CUFProfile(), WorldSession::HandleSaveCUFProfiles(), and WorldSession::SendLoadCUFProfiles().