returns the name of the item at the current position
| 308 | |
| 309 | // returns the name of the item at the current position |
| 310 | char *dInven_GetPosName(Inventory *inven) { return inven->GetPosName(); } |
| 311 | |
| 312 | // return information about the current position item |
| 313 | // return true if it is a real object |
nothing calls this directly
no test coverage detected