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

Function dInven_GetPosName

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

returns the name of the item at the current position

Source from the content-addressed store, hash-verified

308
309// returns the name of the item at the current position
310char *dInven_GetPosName(Inventory *inven) { return inven->GetPosName(); }
311
312// return information about the current position item
313// return true if it is a real object

Callers

nothing calls this directly

Calls 1

GetPosNameMethod · 0.80

Tested by

no test coverage detected