Method | Description | |
---|---|---|
SaveGameInfo ( Stream stream ) : System |
Loads saved game from specified stream.
|
|
SaveGameInfo ( string path ) : System |
Loads saved game from specified file.
|
|
ToRawData ( ) : byte[] |
Converts saved game header to byte array.
|
|
Write ( Stream output ) : void |
Writes saved game header to a stream.
|
public SaveGameInfo ( Stream stream ) : System | ||
stream | Stream | /// Input stream. /// |
return | System |
public SaveGameInfo ( string path ) : System | ||
path | string | /// File where saved game is stored. /// |
return | System |
public Write ( Stream output ) : void | ||
output | Stream | /// Output stream. /// |
return | void |