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

Function dInven_NextPos

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

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

Source from the content-addressed store, hash-verified

285// moves the position pointer to the next inventory item
286// skip : if true then skip over non-selectable items
287void dInven_NextPos(Inventory *inven, bool skip) { inven->NextPos(skip); }
288
289// moves the position pointer to the previous inventory item
290// skip : if true then skip over non-selectable items

Callers

nothing calls this directly

Calls 1

NextPosMethod · 0.80

Tested by

no test coverage detected