Show / Hide Table of Contents

Struct SiteLink

Site links are reserved by "create npc at" action. Creates a bridge between world and quest markers for layout classes. For example, quest NPCs might need to be injected to a certain building or dungeon interior. The same mechanism is used to place quest items and foes for the player. SiteLink contains enough information for external classes to determine if they belong to that site. If layout classes find a matching SiteLink, they will deploy any assigned QuestMarkers assigned to site.

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

Fields

| Improve this Doc View Source

buildingKey

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

magicNumberIndex

Declaration
public int magicNumberIndex
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

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

siteType

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