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

#include "Spell.h"

Public Member Functions

 ChannelTargetData (ObjectGuid cguid, const SpellDestination *dst)
 

Public Attributes

ObjectGuid channelGUID
 
SpellDestination spellDst
 

Detailed Description

Constructor & Destructor Documentation

◆ ChannelTargetData()

ChannelTargetData::ChannelTargetData ( ObjectGuid  cguid,
const SpellDestination dst 
)
inline
252 : channelGUID(cguid)
253 {
254 if (dst)
255 spellDst = *dst;
256 }
SpellDestination spellDst
Definition Spell.h:259
ObjectGuid channelGUID
Definition Spell.h:258

References spellDst.

Member Data Documentation

◆ channelGUID

◆ spellDst


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