Table of Contents

Class MercenaryClanChangedKingdomLogEntry

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

Constructors

MercenaryClanChangedKingdomLogEntry(Clan, Kingdom, Kingdom)

public MercenaryClanChangedKingdomLogEntry(Clan clan, Kingdom oldKingdom, Kingdom newKingdom)

Parameters

clan Clan
oldKingdom Kingdom
newKingdom Kingdom

Fields

Clan

[SaveableField(250)]
public readonly Clan Clan

Field Value

Clan

NewKingdom

[SaveableField(252)]
public readonly Kingdom NewKingdom

Field Value

Kingdom

OldKingdom

[SaveableField(251)]
public readonly Kingdom OldKingdom

Field Value

Kingdom

Properties

IsVisibleNotification

public bool IsVisibleNotification { get; }

Property Value

bool

NotificationType

public override ChatNotificationType NotificationType { get; }

Property Value

ChatNotificationType

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

GetNotificationText()

public TextObject GetNotificationText()

Returns

TextObject
public bool IsRelatedToWar(StanceLink stance, out IFaction effector, out IFaction effected)

Parameters

stance StanceLink
effector IFaction
effected IFaction

Returns

bool

ToString()

public override string ToString()

Returns

string

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