Click or drag to resize

BatteryFileLoaderLoad Method (String, GameRegion, Int32)

Loads a game info from the file at the specified offset

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

Parameters

filename
Type: SystemString
File.
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