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
EntryCheckPredicate Class Reference
#include <
ScriptedCreature.h
>
Public Member Functions
EntryCheckPredicate
(
uint32
entry)
bool
operator()
(
ObjectGuid
guid)
Private Attributes
uint32
_entry
Constructor & Destructor Documentation
EntryCheckPredicate::EntryCheckPredicate
(
uint32
entry
)
inline
129
:
_entry
(entry) { }
EntryCheckPredicate::_entry
uint32 _entry
Definition:
ScriptedCreature.h:133
Member Function Documentation
bool
EntryCheckPredicate::operator()
(
ObjectGuid
guid
)
inline
130
{
return
guid.
GetEntry
() ==
_entry
; }
EntryCheckPredicate::_entry
uint32 _entry
Definition:
ScriptedCreature.h:133
ObjectGuid::GetEntry
uint32 GetEntry() const
Definition:
ObjectGuid.h:220
Here is the call graph for this function:
Member Data Documentation
uint32
EntryCheckPredicate::_entry
private
The documentation for this class was generated from the following file:
src/server/game/AI/ScriptedAI/
ScriptedCreature.h
Generated on Tue Apr 5 2016 20:17:26 for TrinityCore by
1.8.8