Class GameTipsVM
- 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
Properties
CurrentTip
[DataSourceProperty]
public string CurrentTip { get; set; }
Property Value
GameTipTitle
[DataSourceProperty]
public string GameTipTitle { get; set; }
Property Value
NavigationButtonsEnabled
[DataSourceProperty]
public bool NavigationButtonsEnabled { get; set; }
Property Value
Methods
ExecuteNextTip()
public void ExecuteNextTip()
ExecutePreviousTip()
public void ExecutePreviousTip()
OnTick(float)
public void OnTick(float dt)
Parameters
dtfloat
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).