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
titleText
stringdescriptionText
stringinquiryElements
List<InquiryElement>isExitShown
boolminSelectableOptionCount
intmaxSelectableOptionCount
intaffirmativeText
stringnegativeText
stringaffirmativeAction
Action<List<InquiryElement>>negativeAction
Action<List<InquiryElement>>soundEventPath
stringisSeachAvailable
bool
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
other
object
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).