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
253 : channelGUID(cguid)
254 {
255 if (dst)
256 spellDst = *dst;
257 }
SpellDestination spellDst
Definition Spell.h:260
ObjectGuid channelGUID
Definition Spell.h:259

References spellDst.

Member Data Documentation

◆ channelGUID

◆ spellDst


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