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

Method getTransferTime

src/Ruleset/RuleItem.cpp:256–259  ·  view source on GitHub ↗

* Gets the amount of time this item * takes to arrive at a base. * @return The time in hours. */

Source from the content-addressed store, hash-verified

254 * @return The time in hours.
255 */
256int RuleItem::getTransferTime() const
257{
258 return _transferTime;
259}
260
261/**
262 * Gets the weight of the item.

Callers 1

btnOkClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected