Class SpellRecord
  
  Spell record.
SaveTreeRecordTypes = 0x09
 
  
  
  
  
  Assembly: Assembly-CSharp.dll
  Syntax
  
    public class SpellRecord : SaveTreeBaseRecord
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SpellRecord()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SpellRecord(BinaryReader, Int32)
  
  
  Declaration
  
    public SpellRecord(BinaryReader reader, int length)
   
  Parameters
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ParsedData
  
  
  Declaration
  
    public SpellRecord.SpellRecordData ParsedData { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CopyTo(SpellRecord)
  
  
  Declaration
  
    public void CopyTo(SpellRecord other)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReadNativeSpellData()
  
  
  Declaration
  
    public void ReadNativeSpellData()