Method | Description | |
---|---|---|
InventoryPanel ( ) : System | ||
InventoryPanel ( int x, int y, int width, int height ) : System | ||
getMessagePanel ( ) : IMessagePanel | ||
loadEntriesFromFile ( string filename ) : void | ||
refreshList ( ) : void | ||
setMessagePanel ( IMessagePanel panel ) : void | ||
updateInventory ( object sender, |
Listens for inventory changed events and updates the entries.
|
public InventoryPanel ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System |
public loadEntriesFromFile ( string filename ) : void | ||
filename | string | |
return | void |
public setMessagePanel ( IMessagePanel panel ) : void | ||
panel | IMessagePanel | |
return | void |
public updateInventory ( object sender, |
||
sender | object | |
e | ||
return | void |