searches the inventory for the specified type/id, sets the pos to it for object handle items, pass the object handle in as the type and leave id as -1
| 353 | // for object handle items, pass the object handle in as the type and leave |
| 354 | // id as -1 |
| 355 | bool dInven_FindPos(Inventory *inven, int type, int id) { return inven->FindPos(type, id); } |
| 356 | |
| 357 | // gets a detailed list of information about what is in the inventory |
| 358 | // returns the number of items filled in. |