Table of Contents

Class ChangeAlleyOwnerLogEntry

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

Constructors

ChangeAlleyOwnerLogEntry(Alley, Hero, Hero)

public ChangeAlleyOwnerLogEntry(Alley alley, Hero newOwner, Hero oldOwner)

Parameters

alley Alley
newOwner Hero
oldOwner Hero

Fields

Alley

[SaveableField(60)]
public readonly Alley Alley

Field Value

Alley

NewOwner

[SaveableField(61)]
public readonly Hero NewOwner

Field Value

Hero

Properties

IsVisibleNotification

public bool IsVisibleNotification { get; }

Property Value

bool

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

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