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