TrinityCore
Loading...
Searching...
No Matches
SpellDestination Struct Reference

#include <SpellDefines.h>

Public Member Functions

 SpellDestination ()
 
 SpellDestination (float x, float y, float z, float orientation=0.0f, uint32 mapId=MAPID_INVALID)
 
 SpellDestination (Position const &pos)
 
 SpellDestination (WorldObject const &wObj)
 
void Relocate (Position const &pos)
 
void RelocateOffset (Position const &offset)
 

Public Attributes

WorldLocation _position
 
ObjectGuid _transportGUID
 
Position _transportOffset
 

Detailed Description

Definition at line 210 of file SpellDefines.h.

Constructor & Destructor Documentation

◆ SpellDestination() [1/4]

SpellDestination::SpellDestination ( )

Definition at line 70 of file Spell.cpp.

+ Here is the call graph for this function:

◆ SpellDestination() [2/4]

SpellDestination::SpellDestination ( float  x,
float  y,
float  z,
float  orientation = 0.0f,
uint32  mapId = MAPID_INVALID 
)

Definition at line 77 of file Spell.cpp.

+ Here is the call graph for this function:

◆ SpellDestination() [3/4]

SpellDestination::SpellDestination ( Position const &  pos)

Definition at line 85 of file Spell.cpp.

+ Here is the call graph for this function:

◆ SpellDestination() [4/4]

SpellDestination::SpellDestination ( WorldObject const &  wObj)

Definition at line 92 of file Spell.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ Relocate()

void SpellDestination::Relocate ( Position const &  pos)

Definition at line 99 of file Spell.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RelocateOffset()

void SpellDestination::RelocateOffset ( Position const &  offset)

Definition at line 110 of file Spell.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ _position

WorldLocation SpellDestination::_position

Definition at line 220 of file SpellDefines.h.

◆ _transportGUID

ObjectGuid SpellDestination::_transportGUID

Definition at line 221 of file SpellDefines.h.

◆ _transportOffset

Position SpellDestination::_transportOffset

Definition at line 222 of file SpellDefines.h.


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