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

Method getCrafts

src/Savegame/Base.cpp:302–305  ·  view source on GitHub ↗

* Returns the list of crafts in the base. * @return Pointer to the craft list. */

Source from the content-addressed store, hash-verified

300 * @return Pointer to the craft list.
301 */
302std::vector<Craft*> *Base::getCrafts()
303{
304 return &_crafts;
305}
306
307/**
308 * Returns the list of transfers destined

Callers 15

advanceMethod · 0.45
getAvailableHangarsMethod · 0.45
destroyFacilityMethod · 0.45
stepMethod · 0.45
inUseMethod · 0.45
deployXCOMMethod · 0.45
prepareDebriefingMethod · 0.45
viewRightClickMethod · 0.45
viewMouseOverMethod · 0.45
CraftSoldiersStateMethod · 0.45
initMethod · 0.45
lstSoldiersClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected