Methods
| Name | Description | |
|---|---|---|
| GetDescription | Gets the description of the wallet item. | |
| GetImage | Gets the image used to identity the wallet item. | |
| GetMaxQuantity | Gets the maximum quantity of this wallet item that a player can have. | |
| GetName | Gets the name of the wallet item. | |
| GetQuantity | Gets the quantity of the wallet item that the player has. | |
| GetSmallImage | Gets the small image used to identity the wallet item. | |
| IsAccountItem | Gets a flag indicating if the item is shared across all characters of an account. |
Events
| Name | Description | |
|---|---|---|
| MaxQuantityChanged | Event fired when the max quantity of the wallet item changes. | |
| QuantityChanged | Event fired when the quantity of the wallet item changes. |