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

Method getSpecialType

src/Ruleset/MapData.cpp:237–240  ·  view source on GitHub ↗

* Gets info about special tile types. * @return The special tile type. */

Source from the content-addressed store, hash-verified

235 * @return The special tile type.
236 */
237SpecialTileType MapData::getSpecialType() const
238{
239 return _specialType;
240}
241
242/**
243 * Gets the type of object.

Callers 9

destroyMethod · 0.80
animateMethod · 0.80
isInExitAreaMethod · 0.80
nextStageMethod · 0.80
runMethod · 0.80
canPlaceXCOMUnitMethod · 0.80
fuelPowerSourcesMethod · 0.80
explodePowerSourcesMethod · 0.80
prepareDebriefingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected