Show / Hide Table of Contents

Struct Person.SaveData_v1

Namespace: DaggerfallWorkshop.Game.Questing
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public struct SaveData_v1

Fields

| Improve this Doc View Source

assignedToHome

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

discoveredThroughTalkManager

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

displayName

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

faceIndex

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

factionID

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

factionTableKey

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

homePlaceSymbol

Declaration
public Symbol homePlaceSymbol
Field Value
Type Description
Symbol
| Improve this Doc View Source

isDestroyed

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

isIndividualAtHome

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

isIndividualNPC

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

isMuted

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

isQuestor

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

lastAssignedPlaceSymbol

Declaration
public Symbol lastAssignedPlaceSymbol
Field Value
Type Description
Symbol
| Improve this Doc View Source

nameBank

Declaration
public NameHelper.BankTypes nameBank
Field Value
Type Description
NameHelper.BankTypes
| Improve this Doc View Source

nameSeed

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

npcGender

Declaration
public Genders npcGender
Field Value
Type Description
Genders
| Improve this Doc View Source

questorData

Declaration
public StaticNPC.NPCData questorData
Field Value
Type Description
StaticNPC.NPCData
| Improve this Doc View Source

race

Declaration
public Races race
Field Value
Type Description
Races
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX