Horizon Official Technical Documentation
Horizon::Zone::CombatRegistry::CompareCombatStage Struct Reference

#include <Combat.hpp>

Public Member Functions

bool operator() (CombatStage *op1, CombatStage *op2)
 

Member Function Documentation

◆ operator()()

bool Horizon::Zone::CombatRegistry::CompareCombatStage::operator() ( CombatStage op1,
CombatStage op2 
)
inline
631 {
632 return op1->get_priority() < op2->get_priority();
633 }

References Horizon::Zone::CombatRegistry::CombatStage::get_priority().

+ Here is the call graph for this function:

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