#include <items.h>
Inheritance diagram for cContainerItem:

Public Methods | |
| cContainerItem (LOGICAL ser=true) | |
| UI32 | removeItems (UI32 scriptID, UI32 amount) |
| void | dropItem (P_ITEM pi) |
| remove item from container but don't delete it from world | |
| UI32 | countItems (UI32 scriptID, LOGICAL bAddAmounts=false) |
| UI32 | countItemsByType (short type, LOGICAL bAddAmounts=false) |
Private Methods | |
| SI16 | getGumpType () |
| Return the type of pack to handle its x, y coord system correctly. | |
| LOGICAL | pileItem (P_ITEM pItem) |
| void | setRandPos (P_ITEM pItem) |
Private Attributes | |
| vector< SI32 > | ItemList |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
remove item from container but don't delete it from world
|
|
|
Return the type of pack to handle its x, y coord system correctly.
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|