M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.Party.PartyScreenLogic.TroopComparer Class Referenceabstract

Inherits IComparer< TroopRosterElement >.

Public Member Functions

void SetIsAscending (bool isAscending)
 
int Compare (TroopRosterElement x, TroopRosterElement y)
 

Protected Member Functions

abstract int CompareTroops (TroopRosterElement x, TroopRosterElement y)
 

Member Function Documentation

◆ SetIsAscending()

void TaleWorlds.CampaignSystem.Party.PartyScreenLogic.TroopComparer.SetIsAscending ( bool  isAscending)

◆ Compare()

int TaleWorlds.CampaignSystem.Party.PartyScreenLogic.TroopComparer.Compare ( TroopRosterElement  x,
TroopRosterElement  y 
)

◆ CompareTroops()

abstract int TaleWorlds.CampaignSystem.Party.PartyScreenLogic.TroopComparer.CompareTroops ( TroopRosterElement  x,
TroopRosterElement  y 
)
protectedpure virtual