Table of Contents

Class GameTipsVM

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

Constructors

GameTipsVM(bool, bool)

public GameTipsVM(bool isAutoChangeEnabled, bool navigationButtonsEnabled)

Parameters

isAutoChangeEnabled bool
navigationButtonsEnabled bool

Properties

CurrentTip

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

Property Value

string

GameTipTitle

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

Property Value

string

NavigationButtonsEnabled

[DataSourceProperty]
public bool NavigationButtonsEnabled { get; set; }

Property Value

bool

Methods

ExecuteNextTip()

public void ExecuteNextTip()

ExecutePreviousTip()

public void ExecutePreviousTip()

OnTick(float)

public void OnTick(float dt)

Parameters

dt float

RefreshValues()

public override void RefreshValues()

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