AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
CompareThreatLessThan Struct Reference

#include "ThreatManager.h"

Public Member Functions

 CompareThreatLessThan ()
 
bool operator() (ThreatReference const *a, ThreatReference const *b) const
 

Detailed Description

Constructor & Destructor Documentation

◆ CompareThreatLessThan()

CompareThreatLessThan::CompareThreatLessThan ( )
inline
85{}

Member Function Documentation

◆ operator()()

bool CompareThreatLessThan::operator() ( ThreatReference const *  a,
ThreatReference const *  b 
) const
inline
325{
326 return ThreatManager::CompareReferencesLT(a, b, 1.0f);
327}
static bool CompareReferencesLT(ThreatReference const *a, ThreatReference const *b, float aWeight)
Definition ThreatManager.cpp:690

References ThreatManager::CompareReferencesLT().


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