TrinityCore
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Public Member Functions
|
Private Attributes
|
List of all members
RotfaceHeightCheck Struct Reference
Public Member Functions
RotfaceHeightCheck
(
Creature
*rotface)
bool
operator()
(
Creature
*stalker)
const
Private Attributes
Creature
*
_rotface
Constructor & Destructor Documentation
RotfaceHeightCheck::RotfaceHeightCheck
(
Creature
*
rotface
)
inline
204
:
_rotface
(rotface) { }
RotfaceHeightCheck::_rotface
Creature * _rotface
Definition:
boss_professor_putricide.cpp:212
Member Function Documentation
bool
RotfaceHeightCheck::operator()
(
Creature
*
stalker
)
const
inline
207
{
208
return
stalker->
GetPositionZ
() <
_rotface
->
GetPositionZ
() + 5.0f;
209
}
Position::GetPositionZ
float GetPositionZ() const
Definition:
Position.h:106
RotfaceHeightCheck::_rotface
Creature * _rotface
Definition:
boss_professor_putricide.cpp:212
Here is the call graph for this function:
Member Data Documentation
Creature
* RotfaceHeightCheck::_rotface
private
The documentation for this struct was generated from the following file:
src/server/scripts/Northrend/IcecrownCitadel/
boss_professor_putricide.cpp
Generated on Tue Apr 5 2016 20:23:00 for TrinityCore by
1.8.8