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
stringextraTimeInMs
intannouncerCharacter
BasicCharacterObjectsoundId
string
Properties
Announcer
[DataSourceProperty]
public ImageIdentifierVM Announcer { get; set; }
Property Value
CharacterNameText
[DataSourceProperty]
public string CharacterNameText { get; set; }
Property Value
ExtraTimeInMs
[DataSourceProperty]
public int ExtraTimeInMs { get; set; }
Property Value
GameNotificationText
[DataSourceProperty]
public string GameNotificationText { get; set; }
Property Value
NotificationSoundId
[DataSourceProperty]
public string NotificationSoundId { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).