uses the currently selected item
| 332 | |
| 333 | // uses the currently selected item |
| 334 | bool dInven_UsePos(Inventory *inven, object *parent) { return inven->UsePos(parent); } |
| 335 | |
| 336 | // returns the 'index' position of the current position |
| 337 | int dInven_GetPos(Inventory *inven) { return inven->GetPos(); } |