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

Function dInven_ResetPos

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

resets the position pointer in the list to the beginning

Source from the content-addressed store, hash-verified

281
282// resets the position pointer in the list to the beginning
283void dInven_ResetPos(Inventory *inven) { inven->ResetPos(); }
284
285// moves the position pointer to the next inventory item
286// skip : if true then skip over non-selectable items

Callers

nothing calls this directly

Calls 1

ResetPosMethod · 0.80

Tested by

no test coverage detected