VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
interface representing an item in the new banking system. More...
Properties | |
int | Index [get] |
index of the item in the tab list More... | |
ulong | Id [get] |
Id of the item More... | |
ulong | TabIid [get] |
when this is 0, it's in the main/default tab. when the MSB is 0x0C, it's the tab id. match this against IBankTab.Iid in the IBankTabDataMessage message More... | |
int | Quantity [get] |
Quanity, if stacking. Will default to 1 if not present More... | |
int | MinLevel [get] |
Minimum Level if known. Will default to 0 if not present. More... | |
DateTime? | DateAdded [get] |
No clue on the timezone here. likely either UTC or local server time (SSG servers are in US-East, so UTC-4 or 5, depending on time of year) More... | |
IPropertyCollection | Properties [get] |
properties of the item. warning, this will be fewer than standard items in inventory, so be careful. More... | |
interface representing an item in the new banking system.