Table of Contents

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 int
battleId Guid
type AnnouncementType
text string
isEnabled bool

Properties

BattleId

public Guid BattleId { get; set; }

Property Value

Guid

Id

public int Id { get; set; }

Property Value

int

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

Text

public string Text { get; set; }

Property Value

string

Type

public AnnouncementType Type { get; set; }

Property Value

AnnouncementType

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).