Table of Contents

Class ActionCampaignOptionData

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class ActionCampaignOptionData : CampaignOptionData, ICampaignOptionData
Inheritance
ActionCampaignOptionData
Implements
Inherited Members

Constructors

ActionCampaignOptionData(string, int, CampaignOptionEnableState, Action, Func<CampaignOptionDisableStatus>)

public ActionCampaignOptionData(string identifier, int priorityIndex, CampaignOptionEnableState enableState, Action action, Func<CampaignOptionDisableStatus> getIsDisabledWithReason = null)

Parameters

identifier string
priorityIndex int
enableState CampaignOptionEnableState
action Action
getIsDisabledWithReason Func<CampaignOptionDisableStatus>

Methods

ExecuteAction()

public void ExecuteAction()

GetDataType()

public override CampaignOptionDataType GetDataType()

Returns

CampaignOptionDataType

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