Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
achievement_arena_kills Class Reference
Inheritance diagram for achievement_arena_kills:
Collaboration 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
bool IsDatabaseBound () const FINAL
Public Member Functions inherited from ScriptObject
const std::string & GetName () const

Private Attributes

uint8 const _arenaType

Additional Inherited Members

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

Detailed Description

Definition at line 120 of file achievement_scripts.cpp.

Constructor & Destructor Documentation

◆ achievement_arena_kills()

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

Member Function Documentation

◆ OnCheck()

bool achievement_arena_kills::OnCheck ( Player * source,
Unit *  )
inlinevirtual

Implements AchievementCriteriaScript.

Definition at line 128 of file achievement_scripts.cpp.

References _arenaType, and OVERRIDE.

Member Data Documentation

◆ _arenaType

uint8 const achievement_arena_kills::_arenaType
private

Definition at line 138 of file achievement_scripts.cpp.

Referenced by achievement_arena_kills(), and OnCheck().


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