Show / Hide Table of Contents

Struct HUDActiveSpells.ActiveSpellIcon

Stores information for icon display.

Namespace: DaggerfallWorkshop.Game.UserInterface
Assembly: Assembly-CSharp.dll
Syntax
public struct ActiveSpellIcon

Fields

| Improve this Doc View Source

displayName

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

expiring

Declaration
public bool expiring
Field Value
Type Description
Boolean
| 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

isItem

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

poolIndex

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