Class BarterResult
- Namespace
- TaleWorlds.CampaignSystem.BarterSystem
- Assembly
- TaleWorlds.CampaignSystem.dll
public class BarterResult
- Inheritance
-
BarterResult
- Inherited Members
Constructors
BarterResult(Hero, Hero, List<Barterable>, bool)
public BarterResult(Hero offererHero, Hero otherHero, List<Barterable> offeredBarters, bool isAccepted)
Parameters
offererHero
HerootherHero
HeroofferedBarters
List<Barterable>isAccepted
bool
Fields
IsAccepted
[SaveableField(3)]
public readonly bool IsAccepted
Field Value
OffererHero
[SaveableField(0)]
public readonly Hero OffererHero
Field Value
OtherHero
[SaveableField(1)]
public readonly Hero OtherHero
Field Value
Properties
OfferedBarters
public List<Barterable> OfferedBarters { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).