Click or drag to resize

BatteryFileLoaderLoad Method (Stream, GameRegion, Int32)

Loads a game info from the stream at the specified offset

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public static GameInfo Load(
	Stream stream,
	GameRegion region,
	int offset
)

Parameters

stream
Type: System.IOStream
Stream.
region
Type: Zyrenth.ZoraGameRegion
The region of the game
offset
Type: SystemInt32
Offset.

Return Value

Type: GameInfo
The game information at the specified offset
Remarks
This method has only been tested with the US version of the games
See Also