Show / Hide Table of Contents

Struct StaticNPC.NPCData

Holds information about this NPC.

Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct NPCData

Fields

| Improve this Doc View Source

billboardArchiveIndex

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

billboardRecordIndex

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

buildingKey

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

context

Declaration
public StaticNPC.Context context
Field Value
Type Description
StaticNPC.Context
| Improve this Doc View Source

factionID

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

flags

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

gender

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

hash

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

locationID

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

mapID

Declaration
public int mapID
Field Value
Type Description
Int32
| 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

race

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