return information about the current position item return true if it is a real object
| 312 | // return information about the current position item |
| 313 | // return true if it is a real object |
| 314 | bool dInven_GetPosInfo(Inventory *inven, uint16_t &iflags, int &flags) { return inven->GetPosInfo(iflags, flags); } |
| 315 | |
| 316 | // returns the count of the item at the current position |
| 317 | int dInven_GetPosCount(Inventory *inven) { return inven->GetPosCount(); } |
nothing calls this directly
no test coverage detected