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

#include "Player.h"

Public Member Functions

 PendingSpellCastRequest (uint32 spellId, uint32 category, WorldPacket &&packet, bool item=false, bool cancel=false)
 

Public Attributes

uint32 spellId
 
uint32 category
 
WorldPacket requestPacket
 
bool isItem = false
 
bool cancelInProgress = false
 

Detailed Description

Constructor & Destructor Documentation

◆ PendingSpellCastRequest()

PendingSpellCastRequest::PendingSpellCastRequest ( uint32  spellId,
uint32  category,
WorldPacket &&  packet,
bool  item = false,
bool  cancel = false 
)
inline
1077 : spellId(spellId), category(category), requestPacket(std::move(packet)), isItem(item) , cancelInProgress(cancel) {}
uint32 spellId
Definition: Player.h:1070
uint32 category
Definition: Player.h:1071
WorldPacket requestPacket
Definition: Player.h:1072
bool cancelInProgress
Definition: Player.h:1074
bool isItem
Definition: Player.h:1073

Member Data Documentation

◆ cancelInProgress

bool PendingSpellCastRequest::cancelInProgress = false

◆ category

uint32 PendingSpellCastRequest::category

◆ isItem

bool PendingSpellCastRequest::isItem = false

◆ requestPacket

WorldPacket PendingSpellCastRequest::requestPacket

◆ spellId

uint32 PendingSpellCastRequest::spellId