![]() |
TrinityCore
|
#include <KillRewarder.h>
Public Member Functions | |
| KillRewarder (Player *killer, Unit *victim, bool isBattleGround) | |
| void | Reward () |
Private Member Functions | |
| void | _InitXP (Player *player) |
| void | _InitGroupData () |
| void | _RewardHonor (Player *player) |
| void | _RewardXP (Player *player, float rate) |
| void | _RewardReputation (Player *player, float rate) |
| void | _RewardKillCredit (Player *player) |
| void | _RewardPlayer (Player *player, bool isDungeon) |
| void | _RewardGroup () |
Private Attributes | |
| Player * | _killer |
| Unit * | _victim |
| Group * | _group |
| float | _groupRate |
| Player * | _maxNotGrayMember |
| uint32 | _count |
| uint32 | _sumLevel |
| uint32 | _xp |
| bool | _isFullXP |
| uint8 | _maxLevel |
| bool | _isBattleGround |
| bool | _isPvP |
Definition at line 27 of file KillRewarder.h.
|
inlineprivate |
Definition at line 86 of file KillRewarder.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 117 of file KillRewarder.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 212 of file KillRewarder.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 128 of file KillRewarder.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 171 of file KillRewarder.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 182 of file KillRewarder.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 164 of file KillRewarder.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 135 of file KillRewarder.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void KillRewarder::Reward | ( | ) |
Definition at line 249 of file KillRewarder.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 50 of file KillRewarder.h.
|
private |
Definition at line 47 of file KillRewarder.h.
|
private |
Definition at line 48 of file KillRewarder.h.
|
private |
Definition at line 55 of file KillRewarder.h.
|
private |
Definition at line 53 of file KillRewarder.h.
|
private |
Definition at line 56 of file KillRewarder.h.
|
private |
Definition at line 45 of file KillRewarder.h.
|
private |
Definition at line 54 of file KillRewarder.h.
|
private |
Definition at line 49 of file KillRewarder.h.
|
private |
Definition at line 51 of file KillRewarder.h.
|
private |
Definition at line 46 of file KillRewarder.h.
|
private |
Definition at line 52 of file KillRewarder.h.