TrinityCore
EntryCheckPredicate Class Reference

#include <ScriptedCreature.h>

Public Member Functions

 EntryCheckPredicate (uint32 entry)
 
bool operator() (ObjectGuid const &guid) const
 

Private Attributes

uint32 _entry
 

Detailed Description

Definition at line 117 of file ScriptedCreature.h.

Constructor & Destructor Documentation

◆ EntryCheckPredicate()

EntryCheckPredicate::EntryCheckPredicate ( uint32  entry)
inline

Definition at line 120 of file ScriptedCreature.h.

Member Function Documentation

◆ operator()()

bool EntryCheckPredicate::operator() ( ObjectGuid const &  guid) const
inline

Definition at line 121 of file ScriptedCreature.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ _entry

uint32 EntryCheckPredicate::_entry
private

Definition at line 124 of file ScriptedCreature.h.


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