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

Function dInven_GetPosCount

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

returns the count of the item at the current position

Source from the content-addressed store, hash-verified

315
316// returns the count of the item at the current position
317int dInven_GetPosCount(Inventory *inven) { return inven->GetPosCount(); }
318
319// returns true if the position pointer is at the begining of the inventory list
320bool dInven_AtBeginning(Inventory *inven) { return inven->AtBeginning(); }

Callers

nothing calls this directly

Calls 1

GetPosCountMethod · 0.80

Tested by

no test coverage detected