Table of Contents

Class ArtisanCantSellProductsAtAFairPriceIssueBehavior.ArtisanCantSellProductsAtAFairPriceIssueQuest

Namespace
TaleWorlds.CampaignSystem.Issues
Assembly
TaleWorlds.CampaignSystem.dll
public class ArtisanCantSellProductsAtAFairPriceIssueBehavior.ArtisanCantSellProductsAtAFairPriceIssueQuest : QuestBase
Inheritance
ArtisanCantSellProductsAtAFairPriceIssueBehavior.ArtisanCantSellProductsAtAFairPriceIssueQuest
Inherited Members

Constructors

ArtisanCantSellProductsAtAFairPriceIssueQuest(string, Hero, CampaignTime, Settlement, ItemObject, int, int, Hero, Hero)

public ArtisanCantSellProductsAtAFairPriceIssueQuest(string questId, Hero questGiver, CampaignTime duration, Settlement targetSettlement, ItemObject rawGoodsToBeDelivered, int amountOfRawGoodsToBeDelivered, int rewardGold, Hero targetHero, Hero counterOfferHero)

Parameters

questId string
questGiver Hero
duration CampaignTime
targetSettlement Settlement
rawGoodsToBeDelivered ItemObject
amountOfRawGoodsToBeDelivered int
rewardGold int
targetHero Hero
counterOfferHero Hero

Properties

IsRemainingTimeHidden

public override bool IsRemainingTimeHidden { get; }

Property Value

bool

Title

public override TextObject Title { get; }

Property Value

TextObject

Methods

AfterLoad()

protected override void AfterLoad()

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

HourlyTick()

protected override void HourlyTick()

InitializeQuestOnGameLoad()

protected override void InitializeQuestOnGameLoad()

OnCanceled()

public override void OnCanceled()

OnCompleteWithSuccess()

protected override void OnCompleteWithSuccess()

OnFailed()

public override void OnFailed()

OnFinalize()

protected override void OnFinalize()

OnHeroCanHaveQuestOrIssueInfoIsRequested(Hero, ref bool)

public override void OnHeroCanHaveQuestOrIssueInfoIsRequested(Hero hero, ref bool result)

Parameters

hero Hero
result bool

OnTimedOut()

protected override void OnTimedOut()

RegisterEvents()

protected override void RegisterEvents()

SetDialogs()

protected override void SetDialogs()

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