Table of Contents

Class PeaceOfferMapNotification

Namespace
TaleWorlds.CampaignSystem.MapNotificationTypes
Assembly
TaleWorlds.CampaignSystem.dll
public class PeaceOfferMapNotification : InformationData
Inheritance
PeaceOfferMapNotification
Inherited Members

Constructors

PeaceOfferMapNotification(IFaction, int, TextObject)

public PeaceOfferMapNotification(IFaction opponentFaction, int tributeAmount, TextObject descriptionText)

Parameters

opponentFaction IFaction
tributeAmount int
descriptionText TextObject

PeaceOfferMapNotification(TextObject)

public PeaceOfferMapNotification(TextObject description)

Parameters

description TextObject

Properties

OpponentFaction

[SaveableProperty(1)]
public IFaction OpponentFaction { get; }

Property Value

IFaction

SoundEventPath

public override string SoundEventPath { get; }

Property Value

string

TitleText

public override TextObject TitleText { get; }

Property Value

TextObject

TributeAmount

[SaveableProperty(2)]
public int TributeAmount { get; }

Property Value

int

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

IsValid()

public override bool IsValid()

Returns

bool

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