![]() |
TrinityCore
|
Classes | |
| struct | VignetteData |
Functions | |
| std::unique_ptr< VignetteData > | Create (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) |
| bool Vignettes::CanSee | ( | Player const * | player, |
| VignetteData const & | vignette | ||
| ) |
Definition at line 125 of file Vignette.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::unique_ptr< VignetteData > Vignettes::Create | ( | VignetteEntry const * | vignetteData, |
| WorldObject const * | owner | ||
| ) |
Definition at line 81 of file Vignette.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Vignettes::Remove | ( | VignetteData & | vignette, |
| WorldObject const * | owner | ||
| ) |
Definition at line 113 of file Vignette.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Vignettes::Update | ( | VignetteData & | vignette, |
| WorldObject const * | owner | ||
| ) |
Definition at line 101 of file Vignette.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: