Class TownHelpers
- Namespace
- Helpers
- Assembly
- TaleWorlds.CampaignSystem.dll
public static class TownHelpers
- Inheritance
-
TownHelpers
- Inherited Members
Methods
GetHeroesInSettlement(Settlement, Predicate<Hero>)
public static MBList<Hero> GetHeroesInSettlement(Settlement settlement, Predicate<Hero> predicate = null)
Parameters
settlement
Settlementpredicate
Predicate<Hero>
Returns
GetHeroesToMeetInTown(Settlement)
public static List<Hero> GetHeroesToMeetInTown(Settlement settlement)
Parameters
settlement
Settlement
Returns
GetTownFoodAndMarketStocks(Town)
public static (int, int) GetTownFoodAndMarketStocks(Town town)
Parameters
town
Town
Returns
IsThereAnyoneToMeetInTown(Settlement)
public static bool IsThereAnyoneToMeetInTown(Settlement settlement)
Parameters
settlement
Settlement
Returns
RequestAMeetingHeroWithoutPartyCondition(Hero)
public static bool RequestAMeetingHeroWithoutPartyCondition(Hero hero)
Parameters
hero
Hero
Returns
RequestAMeetingPartyCondition(MobileParty)
public static bool RequestAMeetingPartyCondition(MobileParty party)
Parameters
party
MobileParty
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).