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

Function dInven_GetPosInfo

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

return information about the current position item return true if it is a real object

Source from the content-addressed store, hash-verified

312// return information about the current position item
313// return true if it is a real object
314bool dInven_GetPosInfo(Inventory *inven, uint16_t &iflags, int &flags) { return inven->GetPosInfo(iflags, flags); }
315
316// returns the count of the item at the current position
317int dInven_GetPosCount(Inventory *inven) { return inven->GetPosCount(); }

Callers

nothing calls this directly

Calls 1

GetPosInfoMethod · 0.80

Tested by

no test coverage detected