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

Method getCraft

src/Savegame/Transfer.cpp:155–158  ·  view source on GitHub ↗

* Gets the craft being transferred. * @return a Pointer to craft. */

Source from the content-addressed store, hash-verified

153 * @return a Pointer to craft.
154 */
155Craft *Transfer::getCraft()
156{
157 return _craft;
158}
159
160/**
161 * Returns the items being transferred.

Callers 1

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected