* check if this is an xcom base object. * @return if it is a base object. */
| 539 | * @return if it is a base object. |
| 540 | */ |
| 541 | bool MapData::isBaseModule() |
| 542 | { |
| 543 | return _baseModule; |
| 544 | } |
| 545 | |
| 546 | /** |
| 547 | * set the "no floor" flag. |
no outgoing calls
no test coverage detected