MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / dInven_PrevPos

Function dInven_PrevPos

Descent3/DllWrappers.cpp:291–291  ·  view source on GitHub ↗

moves the position pointer to the previous inventory item skip : if true then skip over non-selectable items

Source from the content-addressed store, hash-verified

289// moves the position pointer to the previous inventory item
290// skip : if true then skip over non-selectable items
291void dInven_PrevPos(Inventory *inven, bool skip) { inven->PrevPos(skip); }
292
293// returns the type/id of the item at the current position
294// return true if it is a real object (meaning it was placed in the inventory

Callers

nothing calls this directly

Calls 1

PrevPosMethod · 0.80

Tested by

no test coverage detected