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

Method getHours

src/Savegame/Transfer.cpp:229–232  ·  view source on GitHub ↗

* Returns the time remaining until the * transfer arrives at its destination. * @return Amount of hours. */

Source from the content-addressed store, hash-verified

227 * @return Amount of hours.
228 */
229int Transfer::getHours() const
230{
231 return _hours;
232}
233
234/**
235 * Returns the quantity of items in the transfer.

Callers 3

TransfersStateMethod · 0.80
ItemsArrivingStateMethod · 0.80
time1HourMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected