TrinityCore
achievement_arena_kills Class Reference
+ Inheritance diagram for achievement_arena_kills:

Public Member Functions

 achievement_arena_kills (char const *name, uint8 arenaType)
 
bool OnCheck (Player *source, Unit *) override
 
- Public Member Functions inherited from AchievementCriteriaScript
 ~AchievementCriteriaScript ()
 
virtual bool OnCheck (Player *source, Unit *target)=0
 
- Public Member Functions inherited from ScriptObject
 ScriptObject (ScriptObject const &right)=delete
 
 ScriptObject (ScriptObject &&right)=delete
 
ScriptObjectoperator= (ScriptObject const &right)=delete
 
ScriptObjectoperator= (ScriptObject &&right)=delete
 
std::string const & GetName () const
 

Private Attributes

uint8 const _arenaType
 

Additional Inherited Members

- Protected Member Functions inherited from AchievementCriteriaScript
 AchievementCriteriaScript (char const *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name)
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 25 of file achievement_scripts.cpp.

Constructor & Destructor Documentation

◆ achievement_arena_kills()

achievement_arena_kills::achievement_arena_kills ( char const *  name,
uint8  arenaType 
)
inline

Definition at line 28 of file achievement_scripts.cpp.

Member Function Documentation

◆ OnCheck()

bool achievement_arena_kills::OnCheck ( Player source,
Unit  
)
inlineoverridevirtual

Implements AchievementCriteriaScript.

Definition at line 33 of file achievement_scripts.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _arenaType

uint8 const achievement_arena_kills::_arenaType
private

Definition at line 43 of file achievement_scripts.cpp.


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