Table of Contents

Struct ClanCardSelectionInfo

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public readonly struct ClanCardSelectionInfo
Inherited Members
Extension Methods

Constructors

ClanCardSelectionInfo(TextObject, IEnumerable<ClanCardSelectionItemInfo>, Action<List<object>, Action>, bool)

public ClanCardSelectionInfo(TextObject title, IEnumerable<ClanCardSelectionItemInfo> items, Action<List<object>, Action> onClosedAction, bool isMultiSelection)

Parameters

title TextObject
items IEnumerable<ClanCardSelectionItemInfo>
onClosedAction Action<List<object>, Action>
isMultiSelection bool

Fields

IsMultiSelection

public readonly bool IsMultiSelection

Field Value

bool

Items

public readonly IEnumerable<ClanCardSelectionItemInfo> Items

Field Value

IEnumerable<ClanCardSelectionItemInfo>

OnClosedAction

public readonly Action<List<object>, Action> OnClosedAction

Field Value

Action<List<object>, Action>

Title

public readonly TextObject Title

Field Value

TextObject

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