Table of Contents

Class MarriageMapNotification

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

Constructors

MarriageMapNotification(Hero, Hero, TextObject, CampaignTime)

public MarriageMapNotification(Hero firstHero, Hero secondHero, TextObject descriptionText, CampaignTime creationTime)

Parameters

firstHero Hero
secondHero Hero
descriptionText TextObject
creationTime CampaignTime

Properties

CreationTime

[SaveableProperty(3)]
public CampaignTime CreationTime { get; }

Property Value

CampaignTime

Maiden

[SaveableProperty(2)]
public Hero Maiden { get; }

Property Value

Hero

SoundEventPath

public override string SoundEventPath { get; }

Property Value

string

Suitor

[SaveableProperty(1)]
public Hero Suitor { get; }

Property Value

Hero

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).