Table of Contents

Class TakePrisonerLogEntry

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

Constructors

TakePrisonerLogEntry(PartyBase, Hero)

public TakePrisonerLogEntry(PartyBase capturerParty, Hero prisoner)

Parameters

capturerParty PartyBase
prisoner Hero

Fields

CapturerHero

[SaveableField(334)]
public readonly Hero CapturerHero

Field Value

Hero

CapturerMobilePartyLeader

[SaveableField(333)]
public readonly Hero CapturerMobilePartyLeader

Field Value

Hero

CapturerPartyMapFaction

[SaveableField(330)]
public readonly IFaction CapturerPartyMapFaction

Field Value

IFaction

CapturerSettlement

[SaveableField(332)]
public readonly Settlement CapturerSettlement

Field Value

Settlement

Prisoner

[SaveableField(331)]
public readonly Hero Prisoner

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
public bool IsRelatedToWar(StanceLink stance, out IFaction effector, out IFaction effected)

Parameters

stance StanceLink
effector IFaction
effected IFaction

Returns

bool

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