Table of Contents

Class ClanChangeKingdomLogEntry

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

Constructors

ClanChangeKingdomLogEntry(Clan, Kingdom, Kingdom, bool)

public ClanChangeKingdomLogEntry(Clan clan, Kingdom oldKingdom, Kingdom newKingdom, bool byRebellion)

Parameters

clan Clan
oldKingdom Kingdom
newKingdom Kingdom
byRebellion bool

Fields

Clan

[SaveableField(150)]
public readonly Clan Clan

Field Value

Clan

NewKingdom

[SaveableField(152)]
public readonly Kingdom NewKingdom

Field Value

Kingdom

OldKingdom

[SaveableField(151)]
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>

GetConversationScoreAndComment(Hero, bool, out string, out ImportanceEnum)

public override void GetConversationScoreAndComment(Hero talkTroop, bool findString, out string comment, out ImportanceEnum score)

Parameters

talkTroop Hero
findString bool
comment string
score ImportanceEnum

GetImportanceForClan(Clan)

public override ImportanceEnum GetImportanceForClan(Clan clan)

Parameters

clan Clan

Returns

ImportanceEnum

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