#include <ScriptMgr.h>
|
| | ~FormulaScript () |
| |
| virtual void | OnHonorCalculation (float &honor, uint8 level, float multiplier) |
| |
| virtual void | OnGrayLevelCalculation (uint8 &grayLevel, uint8 playerLevel) |
| |
| virtual void | OnColorCodeCalculation (XPColorChar &color, uint8 playerLevel, uint8 mobLevel) |
| |
| virtual void | OnZeroDifferenceCalculation (uint8 &diff, uint8 playerLevel) |
| |
| virtual void | OnBaseGainCalculation (uint32 &gain, uint8 playerLevel, uint8 mobLevel) |
| |
| virtual void | OnGainCalculation (uint32 &gain, Player *player, Unit *unit) |
| |
| virtual void | OnGroupRateCalculation (float &rate, uint32 count, bool isRaid) |
| |
| | ScriptObject (ScriptObject const &right)=delete |
| |
| | ScriptObject (ScriptObject &&right)=delete |
| |
| ScriptObject & | operator= (ScriptObject const &right)=delete |
| |
| ScriptObject & | operator= (ScriptObject &&right)=delete |
| |
| std::string const & | GetName () const |
| |
Definition at line 283 of file ScriptMgr.h.
◆ FormulaScript()
| FormulaScript::FormulaScript |
( |
char const * |
name | ) |
|
|
explicitprotectednoexcept |
◆ ~FormulaScript()
| FormulaScript::~FormulaScript |
( |
| ) |
|
|
default |
◆ OnBaseGainCalculation()
| void FormulaScript::OnBaseGainCalculation |
( |
uint32 & |
gain, |
|
|
uint8 |
playerLevel, |
|
|
uint8 |
mobLevel |
|
) |
| |
|
virtual |
◆ OnColorCodeCalculation()
◆ OnGainCalculation()
| void FormulaScript::OnGainCalculation |
( |
uint32 & |
gain, |
|
|
Player * |
player, |
|
|
Unit * |
unit |
|
) |
| |
|
virtual |
◆ OnGrayLevelCalculation()
| void FormulaScript::OnGrayLevelCalculation |
( |
uint8 & |
grayLevel, |
|
|
uint8 |
playerLevel |
|
) |
| |
|
virtual |
◆ OnGroupRateCalculation()
| void FormulaScript::OnGroupRateCalculation |
( |
float & |
rate, |
|
|
uint32 |
count, |
|
|
bool |
isRaid |
|
) |
| |
|
virtual |
◆ OnHonorCalculation()
| void FormulaScript::OnHonorCalculation |
( |
float & |
honor, |
|
|
uint8 |
level, |
|
|
float |
multiplier |
|
) |
| |
|
virtual |
◆ OnZeroDifferenceCalculation()
| void FormulaScript::OnZeroDifferenceCalculation |
( |
uint8 & |
diff, |
|
|
uint8 |
playerLevel |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: