Click or drag to resize

BatteryFileLoader.Load 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: System.String
File.
region
Type: Zyrenth.Zora.GameRegion
The region of the game
offset
Type: System.Int32
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