Table of Contents

Class SingleQueryPopUpVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries
Assembly
TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class SingleQueryPopUpVM : PopUpBaseVM, IViewModel, INotifyPropertyChanged
Inheritance
SingleQueryPopUpVM
Implements
Inherited Members

Constructors

SingleQueryPopUpVM(Action)

public SingleQueryPopUpVM(Action closeQuery)

Parameters

closeQuery Action

Properties

IsTimerShown

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

Property Value

bool

RemainingQueryTime

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

Property Value

float

TotalQueryTime

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

Property Value

float

Methods

ExecuteAffirmativeAction()

public override void ExecuteAffirmativeAction()

ExecuteNegativeAction()

public override void ExecuteNegativeAction()

OnClearData()

public override void OnClearData()

OnTick(float)

public override void OnTick(float dt)

Parameters

dt float

SetData(InquiryData)

public void SetData(InquiryData data)

Parameters

data InquiryData

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