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
CampaignTimelogText
TextObjecttaskName
TextObjectcurrentProgress
intrange
inttype
LogType
Fields
LogText
[SaveableField(1)]
public readonly TextObject LogText
Field Value
LogTime
[SaveableField(0)]
public readonly CampaignTime LogTime
Field Value
Range
[SaveableField(4)]
public readonly int Range
Field Value
TaskName
[SaveableField(2)]
public readonly TextObject TaskName
Field Value
Type
[SaveableField(5)]
public readonly LogType Type
Field Value
Properties
CurrentProgress
[SaveableProperty(3)]
public int CurrentProgress { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
GetTimeText()
public TextObject GetTimeText()
Returns
HasBeenCompleted()
public bool HasBeenCompleted()
Returns
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).