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
Syntaxpublic static GameInfo Load(
string filename,
GameRegion region,
int offset
)
Public Shared Function Load (
filename As String,
region As GameRegion,
offset As Integer
) As GameInfo
Parameters
- filename
- Type: System.String
File. - region
- Type: Zyrenth.Zora.GameRegion
The region of the game - offset
- Type: System.Int32
Offset.
Return Value
Type:
GameInfoThe game information at the specified offset
RemarksThis method has only been tested with the US version of the games
See Also