Class CreateCharSpecialAdvantageWindow
Implements special advantage/disadvantage window.
Inheritance
CreateCharSpecialAdvantageWindow
Implements
Inherited Members
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public class CreateCharSpecialAdvantageWindow : DaggerfallPopupWindow, IUserInterfaceWindow
Constructors
| Improve this Doc View SourceCreateCharSpecialAdvantageWindow(IUserInterfaceManager, List<CreateCharSpecialAdvantageWindow.SpecialAdvDis>, List<CreateCharSpecialAdvantageWindow.SpecialAdvDis>, DFCareer, IUserInterfaceWindow, Boolean)
Declaration
public CreateCharSpecialAdvantageWindow(IUserInterfaceManager uiManager, List<CreateCharSpecialAdvantageWindow.SpecialAdvDis> advDisList, List<CreateCharSpecialAdvantageWindow.SpecialAdvDis> otherList, DFCareer careerData, IUserInterfaceWindow previous = null, bool isDisadvantages = false)
Parameters
| Type | Name | Description |
|---|---|---|
| IUserInterfaceManager | uiManager | |
| List<CreateCharSpecialAdvantageWindow.SpecialAdvDis> | advDisList | |
| List<CreateCharSpecialAdvantageWindow.SpecialAdvDis> | otherList | |
| DFCareer | careerData | |
| IUserInterfaceWindow | previous | |
| Boolean | isDisadvantages |
Methods
| Improve this Doc View SourceDraw()
Declaration
public override void Draw()
Overrides
| Improve this Doc View SourceParseCareerData()
Declaration
public void ParseCareerData()
Setup()
Declaration
protected override void Setup()
Overrides
| Improve this Doc View SourceUpdate()
Declaration
public override void Update()