Table of Contents

Struct ItemData

Namespace
TaleWorlds.CampaignSystem.Settlements
Assembly
TaleWorlds.CampaignSystem.dll
public struct ItemData
Inherited Members
Extension Methods

Constructors

ItemData(float, float, int, int)

public ItemData(float supply, float demand, int inStore, int inStoreValue)

Parameters

supply float
demand float
inStore int
inStoreValue int

Fields

Demand

[SaveableField(2)]
public readonly float Demand

Field Value

float

InStore

[SaveableField(3)]
public readonly int InStore

Field Value

int

InStoreValue

[SaveableField(4)]
public readonly int InStoreValue

Field Value

int

Supply

[SaveableField(1)]
public readonly float Supply

Field Value

float

Methods

Add(ItemData)

public ItemData Add(ItemData other)

Parameters

other ItemData

Returns

ItemData

AutoGeneratedStaticCollectObjectsItemData(object, List<object>)

public static void AutoGeneratedStaticCollectObjectsItemData(object o, List<object> collectedObjects)

Parameters

o object
collectedObjects List<object>

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