Show / Hide Table of Contents

Class LiveEffectBundle

Stores an instanced effect bundle for executing effects.

Inheritance
Object
LiveEffectBundle
Namespace: DaggerfallWorkshop.Game.MagicAndEffects
Assembly: Assembly-CSharp.dll
Syntax
public class LiveEffectBundle

Fields

| Improve this Doc View Source

bundleType

Declaration
public BundleTypes bundleType
Field Value
Type Description
BundleTypes
| Improve this Doc View Source

castByItem

Declaration
public DaggerfallUnityItem castByItem
Field Value
Type Description
DaggerfallUnityItem
| Improve this Doc View Source

caster

Declaration
public DaggerfallEntityBehaviour caster
Field Value
Type Description
DaggerfallEntityBehaviour
| Improve this Doc View Source

casterEntityType

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

casterLoadID

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

elementType

Declaration
public ElementTypes elementType
Field Value
Type Description
ElementTypes
| Improve this Doc View Source

fromEquippedItem

Declaration
public DaggerfallUnityItem fromEquippedItem
Field Value
Type Description
DaggerfallUnityItem
| Improve this Doc View Source

icon

Declaration
public SpellIcon icon
Field Value
Type Description
SpellIcon
| Improve this Doc View Source

iconIndex

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

liveEffects

Declaration
public List<IEntityEffect> liveEffects
Field Value
Type Description
List<IEntityEffect>
| Improve this Doc View Source

name

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

runtimeFlags

Declaration
public BundleRuntimeFlags runtimeFlags
Field Value
Type Description
BundleRuntimeFlags
| Improve this Doc View Source

targetType

Declaration
public TargetTypes targetType
Field Value
Type Description
TargetTypes
| Improve this Doc View Source

version

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