Interface ICampaignOptionData
- Namespace
- TaleWorlds.CampaignSystem.ViewModelCollection
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public interface ICampaignOptionData
Methods
GetDataType()
CampaignOptionDataType GetDataType()
Returns
GetDescription()
string GetDescription()
Returns
GetEnableState()
CampaignOptionEnableState GetEnableState()
Returns
GetIdentifier()
string GetIdentifier()
Returns
GetIsDisabledWithReason()
CampaignOptionDisableStatus GetIsDisabledWithReason()
Returns
GetName()
string GetName()
Returns
GetPriorityIndex()
int GetPriorityIndex()
Returns
GetValue()
float GetValue()
Returns
GetValueFromDifficultyPreset(CampaignOptionsDifficultyPresets)
float GetValueFromDifficultyPreset(CampaignOptionsDifficultyPresets preset)
Parameters
Returns
IsRelatedToDifficultyPreset()
bool IsRelatedToDifficultyPreset()
Returns
SetValue(float)
void SetValue(float value)
Parameters
value
float
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).