TrinityCore
Trinity::ObjectTypeIdCheck Class Reference

#include <GridNotifiers.h>

Public Member Functions

 ObjectTypeIdCheck (TypeID typeId, bool equals)
 
bool operator() (WorldObject *object) const
 

Private Attributes

TypeID _typeId
 
bool _equals
 

Detailed Description

Definition at line 1702 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ ObjectTypeIdCheck()

Trinity::ObjectTypeIdCheck::ObjectTypeIdCheck ( TypeID  typeId,
bool  equals 
)
inline

Definition at line 1705 of file GridNotifiers.h.

Member Function Documentation

◆ operator()()

bool Trinity::ObjectTypeIdCheck::operator() ( WorldObject object) const
inline

Definition at line 1707 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ _equals

bool Trinity::ObjectTypeIdCheck::_equals
private

Definition at line 1714 of file GridNotifiers.h.

◆ _typeId

TypeID Trinity::ObjectTypeIdCheck::_typeId
private

Definition at line 1713 of file GridNotifiers.h.


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