M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.LogEntries.LogEntryHistory Class Reference

Public Member Functions

void DeleteOutdatedLogs ()
 
IEnumerable< T > GetGameActionLogs< T > (Func< T, bool > predicate)
 
FindLastGameActionLog< T > (Func< T, bool > predicate)
 
int GetStartIndexForComments ()
 
LogEntry GetRelevantComment (Hero conversationHero, out int bestScore, out string bestRelatedLogEntryTag)
 

Properties

MBReadOnlyList< LogEntryGameActionLogs [get]
 

Member Function Documentation

◆ DeleteOutdatedLogs()

void TaleWorlds.CampaignSystem.LogEntries.LogEntryHistory.DeleteOutdatedLogs ( )

◆ GetGameActionLogs< T >()

IEnumerable< T > TaleWorlds.CampaignSystem.LogEntries.LogEntryHistory.GetGameActionLogs< T > ( Func< T, bool >  predicate)
Type Constraints
T :LogEntry 

◆ FindLastGameActionLog< T >()

T TaleWorlds.CampaignSystem.LogEntries.LogEntryHistory.FindLastGameActionLog< T > ( Func< T, bool >  predicate)
Type Constraints
T :LogEntry 

◆ GetStartIndexForComments()

int TaleWorlds.CampaignSystem.LogEntries.LogEntryHistory.GetStartIndexForComments ( )

◆ GetRelevantComment()

LogEntry TaleWorlds.CampaignSystem.LogEntries.LogEntryHistory.GetRelevantComment ( Hero  conversationHero,
out int  bestScore,
out string  bestRelatedLogEntryTag 
)

Property Documentation

◆ GameActionLogs

MBReadOnlyList<LogEntry> TaleWorlds.CampaignSystem.LogEntries.LogEntryHistory.GameActionLogs
get