Class TraitChangedMapNotification
- Namespace
- TaleWorlds.CampaignSystem.MapNotificationTypes
- Assembly
- TaleWorlds.CampaignSystem.dll
public class TraitChangedMapNotification : InformationData
- Inheritance
-
TraitChangedMapNotification
- Inherited Members
Constructors
TraitChangedMapNotification(TraitObject, bool, int, TextObject)
public TraitChangedMapNotification(TraitObject trait, bool gained, int previousLevel, TextObject descriptionText)
Parameters
trait
TraitObjectgained
boolpreviousLevel
intdescriptionText
TextObject
Properties
CurrentTraitLevel
[SaveableProperty(4)]
public int CurrentTraitLevel { get; }
Property Value
Gained
[SaveableProperty(2)]
public bool Gained { get; }
Property Value
PreviousTraitLevel
[SaveableProperty(3)]
public int PreviousTraitLevel { get; }
Property Value
SoundEventPath
public override string SoundEventPath { get; }
Property Value
TitleText
public override TextObject TitleText { get; }
Property Value
Trait
[SaveableProperty(1)]
public TraitObject Trait { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).