MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / setItems

Method setItems

src/Savegame/Transfer.cpp:174–178  ·  view source on GitHub ↗

* Changes the items being transferred. * @param id Item identifier. * @param qty Item quantity. */

Source from the content-addressed store, hash-verified

172 * @param qty Item quantity.
173 */
174void Transfer::setItems(const std::string &id, int qty)
175{
176 _itemId = id;
177 _itemQty = qty;
178}
179
180/**
181 * Changes the scientists being transferred.

Callers 3

btnOkClickMethod · 0.80
completeTransferMethod · 0.80
btnOkClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected