returns how many unique type/ids are in the inventory
| 266 | |
| 267 | // returns how many unique type/ids are in the inventory |
| 268 | int dInven_Size(Inventory *inven) { return inven->Size(); } |
| 269 | |
| 270 | // returns true if there is an item in the inventory with the given type/id (or objhandle if id is -1, pass the object |
| 271 | // handle as the type parameter) |