Class MagicItemsFile
Simple reader class to extract MAGIC.DEF item data.
Inheritance
MagicItemsFile
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
Properties
|
Improve this Doc
View Source
MagicItemsList
Declaration
public List<MagicItemTemplate> MagicItemsList { get; }
Property Value
Methods
|
Improve this Doc
View Source
Load(String, FileUsage, Boolean)
Declaration
public bool Load(string filePath, FileUsage usage, bool readOnly)
Parameters
Returns