AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ProcTestResult Struct Reference

Simulated proc result for testing. More...

#include "AuraScriptTestFramework.h"

Public Attributes

bool shouldProc = false
 
uint8_t effectMask = 0
 
float procChance = 100.0f
 
std::vector< uint32_t > spellsCast
 
bool chargeConsumed = false
 
bool cooldownSet = false
 

Detailed Description

Simulated proc result for testing.

Member Data Documentation

◆ chargeConsumed

bool ProcTestResult::chargeConsumed = false

◆ cooldownSet

bool ProcTestResult::cooldownSet = false

◆ effectMask

uint8_t ProcTestResult::effectMask = 0

◆ procChance

float ProcTestResult::procChance = 100.0f

◆ shouldProc

bool ProcTestResult::shouldProc = false

◆ spellsCast

std::vector<uint32_t> ProcTestResult::spellsCast

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