C# Class CampahApp.AuctionHouse

Show file Open project: golfandsurf/Campah Class Usage Examples

Public Properties

Property Type Description
Items AhItem>.Dictionary

Private Properties

Property Type Description
AuctionHouse System
Read2Bytes int
ReadPointer System.IntPtr
SigScan System.IntPtr

Public Methods

Method Description
Add ( CampahApp.AhItem item ) : CampahApp.AhItem
GetItem ( String name ) : CampahApp.AhItem
GetItem ( int id ) : CampahApp.AhItem
GetItemStrings ( ) : String[]
ReadIDArray ( ) : int[]
SetProcessMemoryReader ( ) : void

Private Methods

Method Description
AuctionHouse ( ) : System
Read2Bytes ( IntPtr pointer, int offset ) : int
ReadPointer ( IntPtr pointer, int offset ) : IntPtr
SigScan ( string sig ) : IntPtr

Method Details

Add() public static method

public static Add ( CampahApp.AhItem item ) : CampahApp.AhItem
item CampahApp.AhItem
return CampahApp.AhItem

GetItem() public static method

public static GetItem ( String name ) : CampahApp.AhItem
name String
return CampahApp.AhItem

GetItem() public static method

public static GetItem ( int id ) : CampahApp.AhItem
id int
return CampahApp.AhItem

GetItemStrings() public static method

public static GetItemStrings ( ) : String[]
return String[]

ReadIDArray() public static method

public static ReadIDArray ( ) : int[]
return int[]

SetProcessMemoryReader() public static method

public static SetProcessMemoryReader ( ) : void
return void

Property Details

Items public static property

public static Dictionary Items
return AhItem>.Dictionary