Table of Contents

Class MPChatLineVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer
Assembly
TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class MPChatLineVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
MPChatLineVM
Implements
Inherited Members

Constructors

MPChatLineVM(string, Color, string)

public MPChatLineVM(string chatLine, Color color, string category)

Parameters

chatLine string
color Color
category string

Properties

Alpha

[DataSourceProperty]
public float Alpha { get; set; }

Property Value

float

Category

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

Property Value

string

ChatLine

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

Property Value

string

Color

[DataSourceProperty]
public Color Color { get; set; }

Property Value

Color

Methods

ForceInvisible()

public void ForceInvisible()

HandleFading(float)

public void HandleFading(float dt)

Parameters

dt float

ToggleForceVisible(bool)

public void ToggleForceVisible(bool visible)

Parameters

visible bool

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