C# Class PKHeX.SAV_Inventory

Show file Open project: gnmmarechal/PKHeX_gnmmarechal

Public Properties

Property Type Description
bagoffsets int[]
berries_val string[]
item_val string[]
keyitem_val string[]
medicine_val string[]
sav byte[]
savindex int
tmhm_val string[]

Public Methods

Method Description
SAV_Inventory ( Form1 frm1 ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
B_Cancel_Click ( object sender, EventArgs e ) : void
B_DisplayBerries_Click ( object sender, EventArgs e ) : void
B_DisplayItems_Click ( object sender, EventArgs e ) : void
B_DisplayKeyItems_Click ( object sender, EventArgs e ) : void
B_DisplayMedicine_Click ( object sender, EventArgs e ) : void
B_DisplayTMHM_Click ( object sender, EventArgs e ) : void
B_Save_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

dropclick ( object sender, DataGridViewCellEventArgs e ) : void
getListBerries ( ) : void
getListItems ( ) : void
getListKeyItems ( ) : void
getListMedicine ( ) : void
getListTMHM ( ) : void
giveAll ( string inarray, int count ) : void
popBerries ( ) : void
popItems ( ) : void
popKeyItems ( ) : void
popMedicine ( ) : void
popTMHM ( ) : void
populateList ( string itemarr, int offset, int itemcount ) : void
saveBag ( object sender ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SAV_Inventory() public method

public SAV_Inventory ( Form1 frm1 ) : System
frm1 Form1
return System

Property Details

bagoffsets public property

public int[] bagoffsets
return int[]

berries_val public property

public string[] berries_val
return string[]

item_val public property

public string[] item_val
return string[]

keyitem_val public property

public string[] keyitem_val
return string[]

medicine_val public property

public string[] medicine_val
return string[]

sav public property

public byte[] sav
return byte[]

savindex public property

public int savindex
return int

tmhm_val public property

public string[] tmhm_val
return string[]