C# Class SharpTune.RomMod.PullJSRHookPatch

Inheritance: Patch
Show file Open project: Merp/SharpTune Class Usage Examples

Public Methods

Method Description
MetaCheck ( IEnumerable buffer ) : bool
PullJSRHookPatch ( string name, uint start, uint end ) : System

Method Details

MetaCheck() public method

public MetaCheck ( IEnumerable buffer ) : bool
buffer IEnumerable
return bool

PullJSRHookPatch() public method

public PullJSRHookPatch ( string name, uint start, uint end ) : System
name string
start uint
end uint
return System