C# Class BMAPI.v1.Beatmap

Inheritance: BeatmapInfo
Show file Open project: smoogipooo/osu-BMAPI Class Usage Examples

Public Methods

Method Description
Beatmap ( string beatmapFile = "" ) : System

Creates a new Beatmap object

Save ( string filename ) : void

Saves the beatmap

Private Methods

Method Description
FinishSave ( string filename ) : void
GetSection ( string name ) : string
MD5FromFile ( string fileName ) : string
Parse ( string bm ) : void
Save ( string section, string contents ) : void

Method Details

Beatmap() public method

Creates a new Beatmap object
public Beatmap ( string beatmapFile = "" ) : System
beatmapFile string The beatmap file to open
return System

Save() public method

Saves the beatmap
public Save ( string filename ) : void
filename string The file to save the beatmap as
return void