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

References spellDst.

Member Data Documentation

◆ channelGUID

◆ spellDst


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