Class PartyFoodBuyingModel
- Namespace
- TaleWorlds.CampaignSystem.ComponentInterfaces
- Assembly
- TaleWorlds.CampaignSystem.dll
public abstract class PartyFoodBuyingModel : GameModel
- Inheritance
-
PartyFoodBuyingModel
- Derived
- Inherited Members
Constructors
PartyFoodBuyingModel()
protected PartyFoodBuyingModel()
Properties
LowCostFoodPriceAverage
public abstract float LowCostFoodPriceAverage { get; }
Property Value
MinimumDaysFoodToLastWhileBuyingFoodFromTown
public abstract float MinimumDaysFoodToLastWhileBuyingFoodFromTown { get; }
Property Value
MinimumDaysFoodToLastWhileBuyingFoodFromVillage
public abstract float MinimumDaysFoodToLastWhileBuyingFoodFromVillage { get; }
Property Value
Methods
FindItemToBuy(MobileParty, Settlement, out ItemRosterElement, out float)
public abstract void FindItemToBuy(MobileParty mobileParty, Settlement settlement, out ItemRosterElement itemRosterElement, out float itemElementsPrice)
Parameters
mobileParty
MobilePartysettlement
SettlementitemRosterElement
ItemRosterElementitemElementsPrice
float
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).