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

Public Member Functions

 DynamicTreeLosCallback (PhaseShift const &phaseShift)
 
bool operator() (G3D::Ray const &r, GameObjectModel const &obj, float &distance)
 
bool didHit () const
 

Private Attributes

bool _didHit
 
PhaseShift const & _phaseShift
 

Detailed Description

Definition at line 148 of file DynamicTree.cpp.

Constructor & Destructor Documentation

◆ DynamicTreeLosCallback()

DynamicTreeLosCallback::DynamicTreeLosCallback ( PhaseShift const &  phaseShift)
inline

Definition at line 150 of file DynamicTree.cpp.

Member Function Documentation

◆ didHit()

bool DynamicTreeLosCallback::didHit ( ) const
inline

Definition at line 159 of file DynamicTree.cpp.

+ Here is the caller graph for this function:

◆ operator()()

bool DynamicTreeLosCallback::operator() ( G3D::Ray const &  r,
GameObjectModel const &  obj,
float &  distance 
)
inline

Definition at line 152 of file DynamicTree.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _didHit

bool DynamicTreeLosCallback::_didHit
private

Definition at line 162 of file DynamicTree.cpp.

◆ _phaseShift

PhaseShift const& DynamicTreeLosCallback::_phaseShift
private

Definition at line 163 of file DynamicTree.cpp.


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