Table of Contents

Interface ICampaignOptionData

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public interface ICampaignOptionData

Methods

GetDataType()

CampaignOptionDataType GetDataType()

Returns

CampaignOptionDataType

GetDescription()

string GetDescription()

Returns

string

GetEnableState()

CampaignOptionEnableState GetEnableState()

Returns

CampaignOptionEnableState

GetIdentifier()

string GetIdentifier()

Returns

string

GetIsDisabledWithReason()

CampaignOptionDisableStatus GetIsDisabledWithReason()

Returns

CampaignOptionDisableStatus

GetName()

string GetName()

Returns

string

GetPriorityIndex()

int GetPriorityIndex()

Returns

int

GetValue()

float GetValue()

Returns

float

GetValueFromDifficultyPreset(CampaignOptionsDifficultyPresets)

float GetValueFromDifficultyPreset(CampaignOptionsDifficultyPresets preset)

Parameters

preset CampaignOptionsDifficultyPresets

Returns

float

IsRelatedToDifficultyPreset()

bool IsRelatedToDifficultyPreset()

Returns

bool

SetValue(float)

void SetValue(float value)

Parameters

value float

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