C# Class MM2Randomizer.Patcher.Patch

Afficher le fichier Open project: duckfist/MM2Random Class Usage Examples

Méthodes publiques

Méthode Description
Add ( int address, byte value, string note = "" ) : void
ApplyIPSPatch ( string romname, string patchname ) : void
ApplyRandoPatch ( string filename ) : void
GetString ( ) : void
GetStringSortedByAddress ( ) : void
Patch ( ) : System

Method Details

Add() public méthode

public Add ( int address, byte value, string note = "" ) : void
address int
value byte
note string
Résultat void

ApplyIPSPatch() public static méthode

public static ApplyIPSPatch ( string romname, string patchname ) : void
romname string
patchname string
Résultat void

ApplyRandoPatch() public méthode

public ApplyRandoPatch ( string filename ) : void
filename string
Résultat void

GetString() public méthode

public GetString ( ) : void
Résultat void

GetStringSortedByAddress() public méthode

public GetStringSortedByAddress ( ) : void
Résultat void

Patch() public méthode

public Patch ( ) : System
Résultat System