Click or drag to resize

BatteryFileLoaderLoadAll Method (Stream, GameRegion)

Loads all the game data from the specified stream

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public static IEnumerable<GameInfo> LoadAll(
	Stream stream,
	GameRegion region
)

Parameters

stream
Type: System.IOStream
The input stream.
region
Type: Zyrenth.ZoraGameRegion
The region of the game

Return Value

Type: IEnumerableGameInfo
All of the game information in the save file
See Also