Table of Contents

Class CharacterMarriedLogEntry

Namespace
TaleWorlds.CampaignSystem.LogEntries
Assembly
TaleWorlds.CampaignSystem.dll
public class CharacterMarriedLogEntry : LogEntry, IEncyclopediaLog, IChatNotification
Inheritance
CharacterMarriedLogEntry
Implements
Inherited Members

Constructors

CharacterMarriedLogEntry(Hero, Hero)

public CharacterMarriedLogEntry(Hero marriedHero, Hero marriedTo)

Parameters

marriedHero Hero
marriedTo Hero

Fields

MarriedHero

[SaveableField(130)]
public readonly Hero MarriedHero

Field Value

Hero

MarriedTo

[SaveableField(131)]
public readonly Hero MarriedTo

Field Value

Hero

Properties

IsVisibleNotification

public bool IsVisibleNotification { get; }

Property Value

bool

KeepInHistoryTime

public override CampaignTime KeepInHistoryTime { get; }

Property Value

CampaignTime

NotificationType

public override ChatNotificationType NotificationType { get; }

Property Value

ChatNotificationType

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

GetEncyclopediaText()

public TextObject GetEncyclopediaText()

Returns

TextObject

GetNotificationText()

public TextObject GetNotificationText()

Returns

TextObject

IsVisibleInEncyclopediaPageOf<T>(T)

public bool IsVisibleInEncyclopediaPageOf<T>(T obj) where T : MBObjectBase

Parameters

obj T

Returns

bool

Type Parameters

T

ToString()

public override string ToString()

Returns

string

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