Table of Contents

Class GameNotificationItemVM

Namespace
TaleWorlds.Core.ViewModelCollection.Information
Assembly
TaleWorlds.Core.ViewModelCollection.dll
public class GameNotificationItemVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
GameNotificationItemVM
Implements
Inherited Members

Constructors

GameNotificationItemVM(string, int, BasicCharacterObject, string)

public GameNotificationItemVM(string notificationText, int extraTimeInMs, BasicCharacterObject announcerCharacter, string soundId)

Parameters

notificationText string
extraTimeInMs int
announcerCharacter BasicCharacterObject
soundId string

Properties

Announcer

[DataSourceProperty]
public ImageIdentifierVM Announcer { get; set; }

Property Value

ImageIdentifierVM

CharacterNameText

[DataSourceProperty]
public string CharacterNameText { get; set; }

Property Value

string

ExtraTimeInMs

[DataSourceProperty]
public int ExtraTimeInMs { get; set; }

Property Value

int

GameNotificationText

[DataSourceProperty]
public string GameNotificationText { get; set; }

Property Value

string

NotificationSoundId

[DataSourceProperty]
public string NotificationSoundId { get; set; }

Property Value

string

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