C# Class W3SavegameEditor.Core.Savegame.SavegameFile

Afficher le fichier Open project: Atvaark/W3SavegameEditor Class Usage Examples

Méthodes publiques

Méthode Description
Read ( string path, IReadSavegameProgress progress = null ) : SavegameFile
ReadAsync ( string path, IReadSavegameProgress progress = null ) : Task

Private Methods

Méthode 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 méthode

public static Read ( string path, IReadSavegameProgress progress = null ) : SavegameFile
path string
progress IReadSavegameProgress
Résultat SavegameFile

ReadAsync() public static méthode

public static ReadAsync ( string path, IReadSavegameProgress progress = null ) : Task
path string
progress IReadSavegameProgress
Résultat Task