Show / Hide Table of Contents

Class StartGameBehaviour

Game startup and shutdown helper.

Inheritance
Object
Object
Component
Behaviour
MonoBehaviour
StartGameBehaviour
Namespace: DaggerfallWorkshop.Game.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class StartGameBehaviour : MonoBehaviour

Fields

| Improve this Doc View Source

EnableVideos

Declaration
public bool EnableVideos
Field Value
Type Description
Boolean
| Improve this Doc View Source

GodMode

Declaration
public bool GodMode
Field Value
Type Description
Boolean
| Improve this Doc View Source

LaunchQuest

Declaration
public string LaunchQuest
Field Value
Type Description
String
| Improve this Doc View Source

NoWorld

Declaration
public bool NoWorld
Field Value
Type Description
Boolean
| Improve this Doc View Source

OnStartGame

Declaration
public static EventHandler OnStartGame
Field Value
Type Description
EventHandler
| Improve this Doc View Source

OnStartMenu

Declaration
public static EventHandler OnStartMenu
Field Value
Type Description
EventHandler
| Improve this Doc View Source

PostStartMessage

Declaration
public string PostStartMessage
Field Value
Type Description
String
| Improve this Doc View Source

SaveIndex

Declaration
public int SaveIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

ShowEditorFlats

Declaration
public bool ShowEditorFlats
Field Value
Type Description
Boolean
| Improve this Doc View Source

StartMethod

Declaration
public StartGameBehaviour.StartMethods StartMethod
Field Value
Type Description
StartGameBehaviour.StartMethods

Properties

| Improve this Doc View Source

AssignStartingEquipment

Declaration
public StartGameBehaviour.PlayerStartingEquipment AssignStartingEquipment { get; set; }
Property Value
Type Description
StartGameBehaviour.PlayerStartingEquipment
| Improve this Doc View Source

AssignStartingSpells

Declaration
public StartGameBehaviour.PlayerStartingSpells AssignStartingSpells { get; set; }
Property Value
Type Description
StartGameBehaviour.PlayerStartingSpells
| Improve this Doc View Source

CharacterDocument

Declaration
public CharacterDocument CharacterDocument { get; set; }
Property Value
Type Description
CharacterDocument
| Improve this Doc View Source

ClassicSaveIndex

Declaration
public int ClassicSaveIndex { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

LastStartMethod

Declaration
public StartGameBehaviour.StartMethods LastStartMethod { get; }
Property Value
Type Description
StartGameBehaviour.StartMethods

Methods

| Improve this Doc View Source

ApplyStartSettings()

Declaration
public void ApplyStartSettings()
| Improve this Doc View Source

DeployCoreGameEffectSettings(CoreGameEffectSettingsGroups)

Declaration
public void DeployCoreGameEffectSettings(CoreGameEffectSettingsGroups groups)
Parameters
Type Name Description
CoreGameEffectSettingsGroups groups
| Improve this Doc View Source

RaiseOnNewGameEvent()

Declaration
protected virtual void RaiseOnNewGameEvent()

Events

| Improve this Doc View Source

OnNewGame

Declaration
public static event StartGameBehaviour.OnNewGameEventHandler OnNewGame
Event Type
Type Description
StartGameBehaviour.OnNewGameEventHandler

Extension Methods

MBExtensions.Invoke(MonoBehaviour, Action, Single)
MBExtensions.Invoke<T>(MonoBehaviour, Action<T>, T, Single)
MBExtensions.Invoke<T1, T2>(MonoBehaviour, Action<T1, T2>, T1, T2, Single)
MBExtensions.Invoke<T1, T2, T3>(MonoBehaviour, Action<T1, T2, T3>, T1, T2, T3, Single)
MBExtensions.Invoke<T1, T2, T3, T4>(MonoBehaviour, Action<T1, T2, T3, T4>, T1, T2, T3, T4, Single)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX