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

Method getSize

src/Savegame/Vehicle.cpp:104–107  ·  view source on GitHub ↗

* Returns the size occupied by this vehicle * in a transport craft. * @return Size in tiles. */

Source from the content-addressed store, hash-verified

102 * @return Size in tiles.
103 */
104int Vehicle::getSize() const
105{
106 return _size;
107}
108}

Callers 15

getTotalSizeMethod · 0.45
resetUnitTilesMethod · 0.45
getSpawnNodeMethod · 0.45
getPatrolNodeMethod · 0.45
setUnitPositionMethod · 0.45
getUsedStoresMethod · 0.45
getIgnoredStoresMethod · 0.45
setupDefensesMethod · 0.45
getVisibilityMethod · 0.45
prepareNewTurnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected