M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Public Member Functions | |
DialogFlow | Variation (string text, params object[] propertiesAndWeights) |
Add a variation for a dialog flow line. | |
DialogFlow | Variation (TextObject text, params object[] propertiesAndWeights) |
DialogFlow | NpcLine (string npcText, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | NpcLine (TextObject npcText, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | NpcLineWithVariation (string npcText, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | NpcLineWithVariation (TextObject npcText, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | PlayerLine (string playerText, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | PlayerLine (TextObject playerText, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | BeginPlayerOptions () |
DialogFlow | BeginNpcOptions () |
DialogFlow | PlayerOption (string text, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | PlayerOption (TextObject text, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | PlayerSpecialOption (TextObject text, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | PlayerRepeatableOption (TextObject text, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | NpcOption (string text, ConversationSentence.OnConditionDelegate conditionDelegate, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | NpcOption (TextObject text, ConversationSentence.OnConditionDelegate conditionDelegate, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | NpcOptionWithVariation (string text, ConversationSentence.OnConditionDelegate conditionDelegate, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | NpcOptionWithVariation (TextObject text, ConversationSentence.OnConditionDelegate conditionDelegate, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
DialogFlow | EndPlayerOptions () |
DialogFlow | EndNpcOptions () |
DialogFlow | Condition (ConversationSentence.OnConditionDelegate conditionDelegate) |
DialogFlow | ClickableCondition (ConversationSentence.OnClickableConditionDelegate clickableConditionDelegate) |
DialogFlow | Consequence (ConversationSentence.OnConsequenceDelegate consequenceDelegate) |
DialogFlow | NpcDefaultOption (string text) |
DialogFlow | GotoDialogState (string input) |
DialogFlow | GetOutputToken (out string oState) |
DialogFlow | GoBackToDialogState (string iState) |
DialogFlow | CloseDialog () |
ConversationSentence | AddPlayerLine (string id, string inputToken, string outputToken, string text, ConversationSentence.OnConditionDelegate conditionDelegate, ConversationSentence.OnConsequenceDelegate consequenceDelegate, Object relatedObject, int priority=ConversationSentence.DefaultPriority, ConversationSentence.OnClickableConditionDelegate clickableConditionDelegate=null, ConversationSentence.OnPersuasionOptionDelegate persuasionOptionDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
ConversationSentence | AddDialogLine (string id, string inputToken, string outputToken, string text, ConversationSentence.OnConditionDelegate conditionDelegate, ConversationSentence.OnConsequenceDelegate consequenceDelegate, Object relatedObject, int priority=ConversationSentence.DefaultPriority, ConversationSentence.OnClickableConditionDelegate clickableConditionDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate speakerDelegate=null, ConversationSentence.OnMultipleConversationConsequenceDelegate listenerDelegate=null) |
Static Public Member Functions | |
static DialogFlow | CreateDialogFlow (string inputToken=null, int priority=100) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.Variation | ( | string | text, |
params object[] | propertiesAndWeights | ||
) |
text | Variation line text. |
///
propertiesAndWeights | Property and weight sequence for multiple entries. |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.Variation | ( | TextObject | text, |
params object[] | propertiesAndWeights | ||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.NpcLine | ( | string | npcText, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.NpcLine | ( | TextObject | npcText, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.NpcLineWithVariation | ( | string | npcText, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.NpcLineWithVariation | ( | TextObject | npcText, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.PlayerLine | ( | string | playerText, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.PlayerLine | ( | TextObject | playerText, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.BeginPlayerOptions | ( | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.BeginNpcOptions | ( | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.PlayerOption | ( | string | text, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.PlayerOption | ( | TextObject | text, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.PlayerSpecialOption | ( | TextObject | text, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.PlayerRepeatableOption | ( | TextObject | text, |
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.NpcOption | ( | string | text, |
ConversationSentence::OnConditionDelegate | conditionDelegate, | ||
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.NpcOption | ( | TextObject | text, |
ConversationSentence::OnConditionDelegate | conditionDelegate, | ||
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.NpcOptionWithVariation | ( | string | text, |
ConversationSentence::OnConditionDelegate | conditionDelegate, | ||
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.NpcOptionWithVariation | ( | TextObject | text, |
ConversationSentence::OnConditionDelegate | conditionDelegate, | ||
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.EndPlayerOptions | ( | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.EndNpcOptions | ( | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.Condition | ( | ConversationSentence::OnConditionDelegate | conditionDelegate | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.ClickableCondition | ( | ConversationSentence::OnClickableConditionDelegate | clickableConditionDelegate | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.Consequence | ( | ConversationSentence::OnConsequenceDelegate | consequenceDelegate | ) |
|
static |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.NpcDefaultOption | ( | string | text | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.GotoDialogState | ( | string | input | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.GetOutputToken | ( | out string | oState | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.GoBackToDialogState | ( | string | iState | ) |
DialogFlow TaleWorlds.CampaignSystem.DialogFlow.CloseDialog | ( | ) |
ConversationSentence TaleWorlds.CampaignSystem.DialogFlow.AddPlayerLine | ( | string | id, |
string | inputToken, | ||
string | outputToken, | ||
string | text, | ||
ConversationSentence::OnConditionDelegate | conditionDelegate, | ||
ConversationSentence::OnConsequenceDelegate | consequenceDelegate, | ||
Object | relatedObject, | ||
int | priority = ConversationSentence::DefaultPriority , |
||
ConversationSentence::OnClickableConditionDelegate | clickableConditionDelegate = null , |
||
ConversationSentence::OnPersuasionOptionDelegate | persuasionOptionDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |
ConversationSentence TaleWorlds.CampaignSystem.DialogFlow.AddDialogLine | ( | string | id, |
string | inputToken, | ||
string | outputToken, | ||
string | text, | ||
ConversationSentence::OnConditionDelegate | conditionDelegate, | ||
ConversationSentence::OnConsequenceDelegate | consequenceDelegate, | ||
Object | relatedObject, | ||
int | priority = ConversationSentence::DefaultPriority , |
||
ConversationSentence::OnClickableConditionDelegate | clickableConditionDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | speakerDelegate = null , |
||
ConversationSentence::OnMultipleConversationConsequenceDelegate | listenerDelegate = null |
||
) |