Click or drag to resize

BatteryFileLoaderLoadAll Method (String, GameRegion)

Loads all the game data from the specified file

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public static IEnumerable<GameInfo> LoadAll(
	string filename,
	GameRegion region
)

Parameters

filename
Type: SystemString
The input file path.
region
Type: Zyrenth.ZoraGameRegion
The region of the game

Return Value

Type: IEnumerableGameInfo
All of the game information in the save file
See Also