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

Function dInven_AddCounterMeasure

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

adds a special cased CounterMeasure into the inventory

Source from the content-addressed store, hash-verified

250
251// adds a special cased CounterMeasure into the inventory
252bool dInven_AddCounterMeasure(Inventory *inven, int id, int aux_type, int aux_id, int flags, char *description) {
253 return inven->AddCounterMeasure(id, aux_type, aux_id, flags, description);
254}
255
256// removes an item from the inventory (reduces it's count by one...if there is no more, then it goes bye-bye)
257// to remove an object that was added via objhandle, then pass the objhandle

Callers

nothing calls this directly

Calls 1

AddCounterMeasureMethod · 0.80

Tested by

no test coverage detected