Isle
Loading...
Searching...
No Matches
Set100d6b4cComparator Struct Reference

[AI] Comparator used in the sound cache sound entry set (Set100d6b4c). More...

#include <legocachesoundmanager.h>

Public Member Functions

bool operator() (const LegoCacheSoundEntry &p_a, const LegoCacheSoundEntry &p_b) const
 [AI] Performs case-insensitive reverse-lexical comparison between sound names (for set order). More...
 

Detailed Description

[AI] Comparator used in the sound cache sound entry set (Set100d6b4c).

Definition at line 59 of file legocachesoundmanager.h.

Member Function Documentation

◆ operator()()

bool Set100d6b4cComparator::operator() ( const LegoCacheSoundEntry p_a,
const LegoCacheSoundEntry p_b 
) const
inline

[AI] Performs case-insensitive reverse-lexical comparison between sound names (for set order).

[AI]

Parameters
p_aLeft hand LegoCacheSoundEntry. [AI]
p_bRight hand LegoCacheSoundEntry. [AI]
Returns
True if p_a's name is greater than p_b's name (case-insensitive). [AI]

Definition at line 64 of file legocachesoundmanager.h.


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