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
Syntaxpublic static GameInfo Load(
Stream stream,
GameRegion region,
int offset
)
Public Shared Function Load (
stream As Stream,
region As GameRegion,
offset As Integer
) As GameInfo
Parameters
- stream
- Type: System.IOStream
Stream. - region
- Type: Zyrenth.ZoraGameRegion
The region of the game - offset
- Type: SystemInt32
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