BatteryFileLoaderLoadAll Method (Stream, GameRegion) |
Loads all the game data from the specified stream
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxpublic static IEnumerable<GameInfo> LoadAll(
Stream stream,
GameRegion region
)
Public Shared Function LoadAll (
stream As Stream,
region As GameRegion
) As IEnumerable(Of GameInfo)
Parameters
- stream
- Type: System.IOStream
The input stream. - region
- Type: Zyrenth.ZoraGameRegion
The region of the game
Return Value
Type:
IEnumerableGameInfoAll of the game information in the save file
See Also