Class HeroExecutionSceneNotificationData
- Assembly
- TaleWorlds.CampaignSystem.dll
public class HeroExecutionSceneNotificationData : SceneNotificationData
- Inheritance
-
HeroExecutionSceneNotificationData
- Inherited Members
Fields
MaxShownRelationChanges
protected static int MaxShownRelationChanges
Field Value
Properties
AffirmativeDescriptionText
public override TextObject AffirmativeDescriptionText { get; }
Property Value
AffirmativeHintText
public override TextObject AffirmativeHintText { get; }
Property Value
AffirmativeHintTextExtended
public override TextObject AffirmativeHintTextExtended { get; }
Property Value
AffirmativeText
public override TextObject AffirmativeText { get; }
Property Value
AffirmativeTitleText
public override TextObject AffirmativeTitleText { get; }
Property Value
Executer
public Hero Executer { get; }
Property Value
IsAffirmativeOptionShown
public override bool IsAffirmativeOptionShown { get; }
Property Value
IsNegativeOptionShown
public override bool IsNegativeOptionShown { get; }
Property Value
NegativeText
public override TextObject NegativeText { get; }
Property Value
RelevantContext
public override SceneNotificationData.RelevantContextType RelevantContext { get; }
Property Value
SceneID
public override string SceneID { get; }
Property Value
TitleText
public override TextObject TitleText { get; }
Property Value
Victim
public Hero Victim { get; }
Property Value
Methods
CreateForInformingPlayer(Hero, Hero, RelevantContextType)
public static HeroExecutionSceneNotificationData CreateForInformingPlayer(Hero executingHero, Hero dyingHero, SceneNotificationData.RelevantContextType relevantContextType = RelevantContextType.Any)
Parameters
executingHero
HerodyingHero
HerorelevantContextType
SceneNotificationData.RelevantContextType
Returns
CreateForPlayerExecutingHero(Hero, Action, RelevantContextType)
public static HeroExecutionSceneNotificationData CreateForPlayerExecutingHero(Hero dyingHero, Action onAffirmativeAction, SceneNotificationData.RelevantContextType relevantContextType = RelevantContextType.Any)
Parameters
dyingHero
HeroonAffirmativeAction
ActionrelevantContextType
SceneNotificationData.RelevantContextType
Returns
GetSceneNotificationCharacters()
public override IEnumerable<SceneNotificationData.SceneNotificationCharacter> GetSceneNotificationCharacters()
Returns
OnAffirmativeAction()
public override void OnAffirmativeAction()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).