C# Class Nintenlord.ROMHacking.GBA.Pointer

显示文件 Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
GetOffset ( int value, int &offset ) : bool
GetOffset ( int value ) : int
MakePointer ( int offset, int &pointer ) : bool
MakePointer ( int offset ) : int
Scan ( byte pointer, int lenght ) : int[]
ScanForPointer ( byte pointer, int lenght, int offset ) : int[]
makePointer ( int offset, int &pointer ) : bool

Method Details

GetOffset() public static method

public static GetOffset ( int value, int &offset ) : bool
value int
offset int
return bool

GetOffset() public static method

public static GetOffset ( int value ) : int
value int
return int

MakePointer() public static method

public static MakePointer ( int offset, int &pointer ) : bool
offset int
pointer int
return bool

MakePointer() public static method

public static MakePointer ( int offset ) : int
offset int
return int

Scan() public static method

public static Scan ( byte pointer, int lenght ) : int[]
pointer byte
lenght int
return int[]

ScanForPointer() public static method

public static ScanForPointer ( byte pointer, int lenght, int offset ) : int[]
pointer byte
lenght int
offset int
return int[]

makePointer() public static method

public static makePointer ( int offset, int &pointer ) : bool
offset int
pointer int
return bool