Class MultiSelectionInquiryData
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public class MultiSelectionInquiryData
- Inheritance
-
MultiSelectionInquiryData
- Inherited Members
Constructors
MultiSelectionInquiryData(string, string, List<InquiryElement>, bool, int, int, string, string, Action<List<InquiryElement>>, Action<List<InquiryElement>>, string, bool)
public MultiSelectionInquiryData(string titleText, string descriptionText, List<InquiryElement> inquiryElements, bool isExitShown, int minSelectableOptionCount, int maxSelectableOptionCount, string affirmativeText, string negativeText, Action<List<InquiryElement>> affirmativeAction, Action<List<InquiryElement>> negativeAction, string soundEventPath = "", bool isSeachAvailable = false)
Parameters
titleTextstringdescriptionTextstringinquiryElementsList<InquiryElement>isExitShownboolminSelectableOptionCountintmaxSelectableOptionCountintaffirmativeTextstringnegativeTextstringaffirmativeActionAction<List<InquiryElement>>negativeActionAction<List<InquiryElement>>soundEventPathstringisSeachAvailablebool
Fields
AffirmativeAction
public readonly Action<List<InquiryElement>> AffirmativeAction
Field Value
AffirmativeText
public readonly string AffirmativeText
Field Value
DescriptionText
public readonly string DescriptionText
Field Value
InquiryElements
public readonly List<InquiryElement> InquiryElements
Field Value
IsExitShown
public readonly bool IsExitShown
Field Value
IsSeachAvailable
public readonly bool IsSeachAvailable
Field Value
MaxSelectableOptionCount
public readonly int MaxSelectableOptionCount
Field Value
MinSelectableOptionCount
public readonly int MinSelectableOptionCount
Field Value
NegativeAction
public readonly Action<List<InquiryElement>> NegativeAction
Field Value
NegativeText
public readonly string NegativeText
Field Value
SoundEventPath
public readonly string SoundEventPath
Field Value
TitleText
public readonly string TitleText
Field Value
Methods
HasSameContentWith(object)
public bool HasSameContentWith(object other)
Parameters
otherobject
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).