TrinityCore
Loading...
Searching...
No Matches
PlayerTalentInfo Struct Reference

#include <Player.h>

Public Member Functions

 PlayerTalentInfo ()
 

Public Attributes

TalentGroupInfo GroupInfo [MAX_TALENT_GROUPS]
 
uint32 UsedTalentCount
 
uint32 QuestRewardedTalentCount
 
uint32 ResetTalentsCost
 
time_t ResetTalentsTime
 
uint8 ActiveGroup
 
uint8 GroupsCount
 

Private Member Functions

 PlayerTalentInfo (PlayerTalentInfo const &)=delete
 
PlayerTalentInfooperator= (PlayerTalentInfo const &)=delete
 

Detailed Description

Definition at line 901 of file Player.h.

Constructor & Destructor Documentation

◆ PlayerTalentInfo() [1/2]

PlayerTalentInfo::PlayerTalentInfo ( )
inline

Definition at line 903 of file Player.h.

◆ PlayerTalentInfo() [2/2]

PlayerTalentInfo::PlayerTalentInfo ( PlayerTalentInfo const &  )
privatedelete

Member Function Documentation

◆ operator=()

PlayerTalentInfo & PlayerTalentInfo::operator= ( PlayerTalentInfo const &  )
privatedelete

Member Data Documentation

◆ ActiveGroup

uint8 PlayerTalentInfo::ActiveGroup

Definition at line 915 of file Player.h.

◆ GroupInfo

TalentGroupInfo PlayerTalentInfo::GroupInfo[MAX_TALENT_GROUPS]

Definition at line 910 of file Player.h.

◆ GroupsCount

uint8 PlayerTalentInfo::GroupsCount

Definition at line 916 of file Player.h.

◆ QuestRewardedTalentCount

uint32 PlayerTalentInfo::QuestRewardedTalentCount

Definition at line 912 of file Player.h.

◆ ResetTalentsCost

uint32 PlayerTalentInfo::ResetTalentsCost

Definition at line 913 of file Player.h.

◆ ResetTalentsTime

time_t PlayerTalentInfo::ResetTalentsTime

Definition at line 914 of file Player.h.

◆ UsedTalentCount

uint32 PlayerTalentInfo::UsedTalentCount

Definition at line 911 of file Player.h.


The documentation for this struct was generated from the following file: