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

Method setExplosive

src/Ruleset/MapData.cpp:478–481  ·  view source on GitHub ↗

* Sets the amount of explosive. * @param value The amount of explosive. */

Source from the content-addressed store, hash-verified

476 * @param value The amount of explosive.
477 */
478void MapData::setExplosive(int value)
479{
480 _explosive = value;
481}
482
483/**
484 * Sets the SCANG.DAT index for minimap.

Callers 2

modifyDataMethod · 0.45
loadDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected