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

Method getVehicles

src/Savegame/Base.cpp:1315–1318  ·  view source on GitHub ↗

* Returns the list of vehicles currently equipped * in the base. * @return Pointer to vehicle list. */

Source from the content-addressed store, hash-verified

1313 * @return Pointer to vehicle list.
1314 */
1315std::vector<Vehicle*> *Base::getVehicles()
1316{
1317 return &_vehicles;
1318}
1319
1320/**
1321 * Destroys all disconnected facilities in the base.

Callers 11

~BaseMethod · 0.45
getUsedStoresMethod · 0.45
setupDefensesMethod · 0.45
deployXCOMMethod · 0.45
prepareDebriefingMethod · 0.45
reequipCraftMethod · 0.45
moveLeftByValueMethod · 0.45
moveRightByValueMethod · 0.45
ItemsArrivingStateMethod · 0.45
GeoscapeCraftStateMethod · 0.45
ArticleStateCraftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected