Table of Contents

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

float

MinimumDaysFoodToLastWhileBuyingFoodFromTown

public abstract float MinimumDaysFoodToLastWhileBuyingFoodFromTown { get; }

Property Value

float

MinimumDaysFoodToLastWhileBuyingFoodFromVillage

public abstract float MinimumDaysFoodToLastWhileBuyingFoodFromVillage { get; }

Property Value

float

Methods

FindItemToBuy(MobileParty, Settlement, out ItemRosterElement, out float)

public abstract void FindItemToBuy(MobileParty mobileParty, Settlement settlement, out ItemRosterElement itemRosterElement, out float itemElementsPrice)

Parameters

mobileParty MobileParty
settlement Settlement
itemRosterElement ItemRosterElement
itemElementsPrice float

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).