Class TournamentWonLogEntry
- Namespace
- TaleWorlds.CampaignSystem.LogEntries
- Assembly
- TaleWorlds.CampaignSystem.dll
public class TournamentWonLogEntry : LogEntry, IEncyclopediaLog, IChatNotification
- Inheritance
-
TournamentWonLogEntry
- Implements
- Inherited Members
Constructors
TournamentWonLogEntry(Hero, Town, MBReadOnlyList<CharacterObject>)
public TournamentWonLogEntry(Hero winner, Town town, MBReadOnlyList<CharacterObject> gameParticipants)
Parameters
winnerHerotownTowngameParticipantsMBReadOnlyList<CharacterObject>
Properties
IsVisibleNotification
public bool IsVisibleNotification { get; }
Property Value
NotificationType
public override ChatNotificationType NotificationType { get; }
Property Value
Town
[SaveableProperty(932)]
public Town Town { get; }
Property Value
Winner
[SaveableProperty(931)]
public Hero Winner { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
GetConversationScoreAndComment(Hero, bool, out string, out ImportanceEnum)
public override void GetConversationScoreAndComment(Hero talkTroop, bool findString, out string comment, out ImportanceEnum score)
Parameters
talkTroopHerofindStringboolcommentstringscoreImportanceEnum
GetEncyclopediaText()
public TextObject GetEncyclopediaText()
Returns
GetNotificationText()
public TextObject GetNotificationText()
Returns
IsVisibleInEncyclopediaPageOf<T>(T)
public bool IsVisibleInEncyclopediaPageOf<T>(T obj) where T : MBObjectBase
Parameters
objT
Returns
Type Parameters
T
ToString()
public override string ToString()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).