Table of Contents

Class QuestStageTaskVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.Quests
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class QuestStageTaskVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
QuestStageTaskVM
Implements
Inherited Members

Constructors

QuestStageTaskVM(TextObject, int, int, LogType)

public QuestStageTaskVM(TextObject taskName, int currentProgress, int targetProgress, LogType type)

Parameters

taskName TextObject
currentProgress int
targetProgress int
type LogType

Properties

CurrentProgress

[DataSourceProperty]
public int CurrentProgress { get; set; }

Property Value

int

IsValid

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

Property Value

bool

NegativeTargetProgress

[DataSourceProperty]
public int NegativeTargetProgress { get; }

Property Value

int

ProgressType

[DataSourceProperty]
public int ProgressType { get; set; }

Property Value

int

TargetProgress

[DataSourceProperty]
public int TargetProgress { get; set; }

Property Value

int

TaskName

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

Property Value

string

Methods

RefreshValues()

public override void RefreshValues()

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