Table of Contents

Class JournalLog

Namespace
TaleWorlds.CampaignSystem
Assembly
TaleWorlds.CampaignSystem.dll
public class JournalLog
Inheritance
JournalLog
Inherited Members

Constructors

JournalLog(CampaignTime, TextObject, TextObject, int, int, LogType)

public JournalLog(CampaignTime logTime, TextObject logText, TextObject taskName = null, int currentProgress = 0, int range = 0, LogType type = LogType.Text)

Parameters

logTime CampaignTime
logText TextObject
taskName TextObject
currentProgress int
range int
type LogType

Fields

LogText

[SaveableField(1)]
public readonly TextObject LogText

Field Value

TextObject

LogTime

[SaveableField(0)]
public readonly CampaignTime LogTime

Field Value

CampaignTime

Range

[SaveableField(4)]
public readonly int Range

Field Value

int

TaskName

[SaveableField(2)]
public readonly TextObject TaskName

Field Value

TextObject

Type

[SaveableField(5)]
public readonly LogType Type

Field Value

LogType

Properties

CurrentProgress

[SaveableProperty(3)]
public int CurrentProgress { get; }

Property Value

int

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

GetTimeText()

public TextObject GetTimeText()

Returns

TextObject

HasBeenCompleted()

public bool HasBeenCompleted()

Returns

bool

UpdateCurrentProgress(int)

public void UpdateCurrentProgress(int progress)

Parameters

progress int

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