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

Function dInven_UsePos

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

uses the currently selected item

Source from the content-addressed store, hash-verified

332
333// uses the currently selected item
334bool dInven_UsePos(Inventory *inven, object *parent) { return inven->UsePos(parent); }
335
336// returns the 'index' position of the current position
337int dInven_GetPos(Inventory *inven) { return inven->GetPos(); }

Callers

nothing calls this directly

Calls 1

UsePosMethod · 0.80

Tested by

no test coverage detected