Class Announcement
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class Announcement
- Inheritance
-
Announcement
- Inherited Members
Constructors
Announcement()
public Announcement()
Announcement(int, Guid, AnnouncementType, string, bool)
public Announcement(int id, Guid battleId, AnnouncementType type, string text, bool isEnabled)
Parameters
id
intbattleId
Guidtype
AnnouncementTypetext
stringisEnabled
bool
Properties
BattleId
public Guid BattleId { get; set; }
Property Value
Id
public int Id { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Type
public AnnouncementType Type { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).