Class WarMapNotification
- Namespace
- TaleWorlds.CampaignSystem.MapNotificationTypes
- Assembly
- TaleWorlds.CampaignSystem.dll
public class WarMapNotification : InformationData
- Inheritance
-
WarMapNotification
- Inherited Members
Constructors
WarMapNotification(IFaction, IFaction, TextObject)
public WarMapNotification(IFaction firstFaction, IFaction secondFaction, TextObject descriptionText)
Parameters
firstFaction
IFactionsecondFaction
IFactiondescriptionText
TextObject
Properties
FirstFaction
[SaveableProperty(1)]
public IFaction FirstFaction { get; }
Property Value
SecondFaction
[SaveableProperty(2)]
public IFaction SecondFaction { get; }
Property Value
SoundEventPath
public override string SoundEventPath { get; }
Property Value
TitleText
public override TextObject TitleText { 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).