Show / Hide Table of Contents

Struct QuestMarker

Describes a single quest marker for NPC, item, etc. These markers are used to place quest resources like Person, Foe, Item, etc.

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

Fields

| Improve this Doc View Source

buildingKey

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

dungeonX

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

dungeonZ

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

flatPosition

Declaration
public Vector3 flatPosition
Field Value
Type Description
Vector3
| Improve this Doc View Source

markerID

Declaration
public ulong markerID
Field Value
Type Description
UInt64
| Improve this Doc View Source

markerType

Declaration
public MarkerTypes markerType
Field Value
Type Description
MarkerTypes
| Improve this Doc View Source

placeSymbol

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

questUID

Declaration
public ulong questUID
Field Value
Type Description
UInt64
| Improve this Doc View Source

targetResources

Declaration
public List<Symbol> targetResources
Field Value
Type Description
List<Symbol>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX