TrinityCore
Vignettes Namespace Reference

Classes

struct  VignetteData
 

Functions

std::unique_ptr< VignetteDataCreate (VignetteEntry const *vignetteData, WorldObject const *owner)
 
void Update (VignetteData &vignette, WorldObject const *owner)
 
void Remove (VignetteData &vignette, WorldObject const *owner)
 
bool CanSee (Player const *player, VignetteData const &vignette)
 

Function Documentation

◆ CanSee()

bool Vignettes::CanSee ( Player const *  player,
VignetteData const &  vignette 
)

Definition at line 112 of file Vignette.cpp.

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

◆ Create()

std::unique_ptr< VignetteData > Vignettes::Create ( VignetteEntry const *  vignetteData,
WorldObject const *  owner 
)

Definition at line 72 of file Vignette.cpp.

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

◆ Remove()

void Vignettes::Remove ( VignetteData vignette,
WorldObject const *  owner 
)

Definition at line 100 of file Vignette.cpp.

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

◆ Update()

void Vignettes::Update ( VignetteData vignette,
WorldObject const *  owner 
)

Definition at line 90 of file Vignette.cpp.

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