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

Method setNoFloor

src/Ruleset/MapData.cpp:550–553  ·  view source on GitHub ↗

* set the "no floor" flag. * @param isNoFloor set the flag to THIS. */

Source from the content-addressed store, hash-verified

548 * @param isNoFloor set the flag to THIS.
549 */
550void MapData::setNoFloor(bool isNoFloor)
551{
552 _isNoFloor = isNoFloor;
553}
554}

Callers 1

modifyDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected