Show / Hide Table of Contents

Class MagicItemsFile

Simple reader class to extract MAGIC.DEF item data.

Inheritance
Object
MagicItemsFile
Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
public class MagicItemsFile

Constructors

| Improve this Doc View Source

MagicItemsFile(String, FileUsage, Boolean)

Declaration
public MagicItemsFile(string filePath, FileUsage usage = FileUsage.UseMemory, bool readOnly = true)
Parameters
Type Name Description
String filePath
FileUsage usage
Boolean readOnly

Properties

| Improve this Doc View Source

MagicItemsList

Declaration
public List<MagicItemTemplate> MagicItemsList { get; }
Property Value
Type Description
List<MagicItemTemplate>

Methods

| Improve this Doc View Source

Load(String, FileUsage, Boolean)

Declaration
public bool Load(string filePath, FileUsage usage, bool readOnly)
Parameters
Type Name Description
String filePath
FileUsage usage
Boolean readOnly
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX