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

Method setBaseOnly

src/Savegame/Craft.cpp:334–337  ·  view source on GitHub ↗

* Changes the base the craft belongs to. (without setting the craft's coordinates) * @param base Pointer to base. */

Source from the content-addressed store, hash-verified

332 * @param base Pointer to base.
333 */
334void Craft::setBaseOnly(Base *base)
335{
336 _base = base;
337}
338
339/**
340 * Returns the current status of the craft.

Callers 1

completeTransferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected