|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Player.h>
Classes | |
| struct | TalentSpecInfo |
Public Member Functions | |
| PlayerTalentInfo () | |
| ~PlayerTalentInfo () | |
Public Attributes | |
| uint8 | ActiveSpec |
| uint32 | ResetSpecializationCost |
| time_t | ResetSpecializationTime |
| uint32 | ResetTalentsCost |
| time_t | ResetTalentsTime |
| struct PlayerTalentInfo::TalentSpecInfo | SpecInfo [MAX_TALENT_SPECS] = { } |
| uint8 | SpecsCount |
| uint32 | UsedTalentCount |
Private Member Functions | |
| PlayerTalentInfo (PlayerTalentInfo const &) | |
|
inline |
Definition at line 1176 of file Player.h.
References ActiveSpec, MAX_TALENT_SPECS, ResetSpecializationCost, ResetSpecializationTime, ResetTalentsCost, ResetTalentsTime, SpecInfo, SpecsCount, and UsedTalentCount.
Referenced by PlayerTalentInfo().
|
inline |
Definition at line 1186 of file Player.h.
References MAX_TALENT_SPECS, and SpecInfo.
|
private |
References PlayerTalentInfo().
| uint8 PlayerTalentInfo::ActiveSpec |
Definition at line 1218 of file Player.h.
Referenced by PlayerTalentInfo().
| uint32 PlayerTalentInfo::ResetSpecializationCost |
Definition at line 1216 of file Player.h.
Referenced by PlayerTalentInfo().
| time_t PlayerTalentInfo::ResetSpecializationTime |
Definition at line 1217 of file Player.h.
Referenced by PlayerTalentInfo().
| uint32 PlayerTalentInfo::ResetTalentsCost |
Definition at line 1214 of file Player.h.
Referenced by PlayerTalentInfo().
| time_t PlayerTalentInfo::ResetTalentsTime |
Definition at line 1215 of file Player.h.
Referenced by PlayerTalentInfo().
| struct PlayerTalentInfo::TalentSpecInfo PlayerTalentInfo::SpecInfo[MAX_TALENT_SPECS] = { } |
Referenced by PlayerTalentInfo(), and ~PlayerTalentInfo().
| uint8 PlayerTalentInfo::SpecsCount |
Definition at line 1219 of file Player.h.
Referenced by PlayerTalentInfo().
| uint32 PlayerTalentInfo::UsedTalentCount |
Definition at line 1213 of file Player.h.
Referenced by PlayerTalentInfo().