Table of Contents

Class HeirComeOfAgeMapNotification

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

Constructors

HeirComeOfAgeMapNotification(Hero, Hero, TextObject, CampaignTime)

public HeirComeOfAgeMapNotification(Hero comeOfAgeHero, Hero mentorHero, TextObject descriptionText, CampaignTime creationTime)

Parameters

comeOfAgeHero Hero
mentorHero Hero
descriptionText TextObject
creationTime CampaignTime

Properties

ComeOfAgeHero

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

Property Value

Hero

CreationTime

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

Property Value

CampaignTime

MentorHero

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

Property Value

Hero

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