AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ExtraAttackChainProcTest Class Reference
Inheritance diagram for ExtraAttackChainProcTest:

Protected Member Functions

ProcChanceTestHelper::ExtraAttackProcConfig MakeConfig (bool hasExtraAttacks, uint32 triggerSpellId, uint32 lastExtraAttack)
 

Detailed Description

Member Function Documentation

◆ MakeConfig()

ProcChanceTestHelper::ExtraAttackProcConfig ExtraAttackChainProcTest::MakeConfig ( bool  hasExtraAttacks,
uint32  triggerSpellId,
uint32  lastExtraAttack 
)
inlineprotected
43 {
45 config.triggeredSpellHasExtraAttacks = hasExtraAttacks;
46 config.triggerSpellId = triggerSpellId;
47 config.lastExtraAttackSpell = lastExtraAttack;
48 return config;
49 }
Configuration for simulating extra attack chain-proc prevention.
Definition ProcChanceTestHelper.h:297
uint32 triggerSpellId
Definition ProcChanceTestHelper.h:299
uint32 lastExtraAttackSpell
Definition ProcChanceTestHelper.h:300
bool triggeredSpellHasExtraAttacks
Definition ProcChanceTestHelper.h:298

References ProcChanceTestHelper::ExtraAttackProcConfig::lastExtraAttackSpell, ProcChanceTestHelper::ExtraAttackProcConfig::triggeredSpellHasExtraAttacks, and ProcChanceTestHelper::ExtraAttackProcConfig::triggerSpellId.


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