Table of Contents

Class PeaceMapNotification

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

Constructors

PeaceMapNotification(IFaction, IFaction, TextObject)

public PeaceMapNotification(IFaction firstFaction, IFaction secondFaction, TextObject descriptionText)

Parameters

firstFaction IFaction
secondFaction IFaction
descriptionText TextObject

Properties

FirstFaction

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

Property Value

IFaction

SecondFaction

[SaveableProperty(2)]
public IFaction SecondFaction { get; }

Property Value

IFaction

SoundEventPath

public override string SoundEventPath { get; }

Property Value

string

TitleText

public override TextObject TitleText { get; }

Property Value

TextObject

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

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