C# Class Data_ripper.NightmareModule

Mostrar archivo Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Methods

Method Description
GetData ( byte ROM ) : string
GetHTMLtable ( byte ROM ) : string
NightmareModule ( string path ) : System

Private Methods

Method Description
GetIndexes ( int padding ) : int[]

Get's the index positions of text colums in the output string

GetLine ( byte ROM, int indexes, int i ) : string
GetTitle ( int indexes ) : string

Method Details

GetData() public method

public GetData ( byte ROM ) : string
ROM byte
return string

GetHTMLtable() public method

public GetHTMLtable ( byte ROM ) : string
ROM byte
return string

NightmareModule() public method

public NightmareModule ( string path ) : System
path string
return System