Class BattleResultVM
- Namespace
- TaleWorlds.Core.ViewModelCollection
- Assembly
- TaleWorlds.Core.ViewModelCollection.dll
public class BattleResultVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
BattleResultVM
- Implements
- Inherited Members
Constructors
BattleResultVM(string, Func<List<TooltipProperty>>, CharacterCode)
public BattleResultVM(string text, Func<List<TooltipProperty>> propertyFunc, CharacterCode deadHeroCode = null)
Parameters
text
stringpropertyFunc
Func<List<TooltipProperty>>deadHeroCode
CharacterCode
Properties
DeadLordClanBanner
[DataSourceProperty]
public ImageIdentifierVM DeadLordClanBanner { get; set; }
Property Value
DeadLordPortrait
[DataSourceProperty]
public ImageIdentifierVM DeadLordPortrait { get; set; }
Property Value
Hint
[DataSourceProperty]
public BasicTooltipViewModel Hint { get; set; }
Property Value
Text
[DataSourceProperty]
public string Text { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).