Show / Hide Table of Contents

Class CreateCharSummary

Implements final summary window at end of character creation.

Inheritance
Object
UserInterfaceWindow
DaggerfallBaseWindow
DaggerfallPopupWindow
CreateCharSummary
Implements
IUserInterfaceWindow
Inherited Members
DaggerfallPopupWindow.ScreenDimColor
DaggerfallPopupWindow.AllowCancel
DaggerfallPopupWindow.Cancelled
DaggerfallPopupWindow.PreviousWindow
DaggerfallPopupWindow.Update()
DaggerfallPopupWindow.Draw()
DaggerfallPopupWindow.CancelWindow()
DaggerfallPopupWindow.OnCancel
DaggerfallBaseWindow.exitKey
DaggerfallBaseWindow.defaultToolTip
DaggerfallBaseWindow.allowFreeScaling
DaggerfallBaseWindow.DaggerfallUnity
DaggerfallBaseWindow.IsSetup
DaggerfallBaseWindow.NativePanel
UserInterfaceWindow.parentPanel
UserInterfaceWindow.uiManager
UserInterfaceWindow.enabled
UserInterfaceWindow.pauseWhileOpened
UserInterfaceWindow.focusControl
UserInterfaceWindow.Value
UserInterfaceWindow.Enabled
UserInterfaceWindow.ParentPanel
UserInterfaceWindow.FocusControl
UserInterfaceWindow.ProcessMessages()
UserInterfaceWindow.OnPush()
UserInterfaceWindow.OnPop()
UserInterfaceWindow.OnReturn()
UserInterfaceWindow.CloseWindow()
UserInterfaceWindow.PopWindow()
UserInterfaceWindow.PauseWhileOpen
UserInterfaceWindow.SetFocus(BaseScreenComponent)
UserInterfaceWindow.OnClose
UserInterfaceWindow.RaiseOnCloseHandler()
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public class CreateCharSummary : DaggerfallPopupWindow, IUserInterfaceWindow

Constructors

| Improve this Doc View Source

CreateCharSummary(IUserInterfaceManager)

Declaration
public CreateCharSummary(IUserInterfaceManager uiManager)
Parameters
Type Name Description
IUserInterfaceManager uiManager

Properties

| Improve this Doc View Source

CharacterDocument

Declaration
public CharacterDocument CharacterDocument { get; set; }
Property Value
Type Description
CharacterDocument

Methods

| Improve this Doc View Source

GetUpdatedCharacterDocument()

Declaration
public CharacterDocument GetUpdatedCharacterDocument()
Returns
Type Description
CharacterDocument
| Improve this Doc View Source

Setup()

Declaration
protected override void Setup()
Overrides
DaggerfallPopupWindow.Setup()

Events

| Improve this Doc View Source

OnRestart

Declaration
public event CreateCharSummary.OnRestartHandler OnRestart
Event Type
Type Description
CreateCharSummary.OnRestartHandler

Implements

IUserInterfaceWindow
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX