Show / Hide Table of Contents

Class EnemyData_v1

Inheritance
Object
EnemyData_v1
Namespace: DaggerfallWorkshop.Game.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class EnemyData_v1

Fields

| Improve this Doc View Source

alliedToPlayer

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

careerIndex

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

careerName

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

currentFatigue

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

currentHealth

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

currentMagicka

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

currentPosition

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

currentRotation

Declaration
public Quaternion currentRotation
Field Value
Type Description
Quaternion
| Improve this Doc View Source

entityType

Declaration
public EntityTypes entityType
Field Value
Type Description
EntityTypes
| Improve this Doc View Source

equipTable

Declaration
public ulong[] equipTable
Field Value
Type Description
UInt64[]
| Improve this Doc View Source

gameObjectName

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

hasEncounteredPlayer

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

instancedEffectBundles

Declaration
public EntityEffectManager.EffectBundleSaveData_v1[] instancedEffectBundles
Field Value
Type Description
EntityEffectManager.EffectBundleSaveData_v1[]
| Improve this Doc View Source

isDead

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

isHostile

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

items

Declaration
public ItemData_v1[] items
Field Value
Type Description
ItemData_v1[]
| Improve this Doc View Source

loadID

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

localPosition

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

mobileGender

Declaration
public MobileGender mobileGender
Field Value
Type Description
MobileGender
| Improve this Doc View Source

questFoeItemQueueIndex

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

questFoeSpellQueueIndex

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

questResource

Declaration
public QuestResourceBehaviour.QuestResourceSaveData_v1 questResource
Field Value
Type Description
QuestResourceBehaviour.QuestResourceSaveData_v1
| Improve this Doc View Source

questSpawn

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

specialTransformationCompleted

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

startingHealth

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

team

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

wabbajackActive

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

worldCompensation

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

worldContext

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