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

Method getBase

src/Savegame/Craft.cpp:314–317  ·  view source on GitHub ↗

* Returns the base the craft belongs to. * @return Pointer to base. */

Source from the content-addressed store, hash-verified

312 * @return Pointer to base.
313 */
314Base *Craft::getBase() const
315{
316 return _base;
317}
318
319/**
320 * Changes the base the craft belongs to.

Callers 7

deployXCOMMethod · 0.80
completeTransferMethod · 0.80
btnOkClickMethod · 0.80
cbxCraftChangeMethod · 0.80
GeoscapeCraftStateMethod · 0.80
moveMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected