C# Class W3SavegameEditor.Core.Savegame.SavegameFile

Show file Open project: Atvaark/W3SavegameEditor Class Usage Examples

Public Methods

Method Description
Read ( string path, IReadSavegameProgress progress = null ) : SavegameFile
ReadAsync ( string path, IReadSavegameProgress progress = null ) : Task

Private Methods

Method Description
ReadFooter ( BinaryReader reader ) : void
ReadHeader ( BinaryReader reader ) : void
ReadNmSection ( BinaryReader reader ) : void
ReadRbSection ( BinaryReader reader ) : void
ReadStringTable ( BinaryReader reader ) : void
ReadVariableNameSection ( BinaryReader reader ) : void
ReadVariableTable ( BinaryReader reader ) : void
ReadVariables ( BinaryReader reader, IReadSavegameProgress progress ) : void
ReferenceVariable ( BinaryReader reader, IReadSavegameProgress progress ) : void

Method Details

Read() public static method

public static Read ( string path, IReadSavegameProgress progress = null ) : SavegameFile
path string
progress IReadSavegameProgress
return SavegameFile

ReadAsync() public static method

public static ReadAsync ( string path, IReadSavegameProgress progress = null ) : Task
path string
progress IReadSavegameProgress
return Task