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

Method setHEBlock

src/Ruleset/MapData.cpp:210–213  ·  view source on GitHub ↗

* Sets the amount of HE blockage. * @param HEBlock The high explosive blockage. */

Source from the content-addressed store, hash-verified

208 * @param HEBlock The high explosive blockage.
209 */
210void MapData::setHEBlock(int HEBlock)
211{
212 _block[2] = HEBlock;
213}
214
215/**
216 * Gets the Y offset for drawing.

Callers 1

modifyDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected