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

Method isBaseModule

src/Ruleset/MapData.cpp:541–544  ·  view source on GitHub ↗

* check if this is an xcom base object. * @return if it is a base object. */

Source from the content-addressed store, hash-verified

539 * @return if it is a base object.
540 */
541bool MapData::isBaseModule()
542{
543 return _baseModule;
544}
545
546/**
547 * set the "no floor" flag.

Callers 4

calculateModuleMapMethod · 0.80
setupPatrolMethod · 0.80
hitMethod · 0.80
detonateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected