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

Method setLoftID

src/Ruleset/MapData.cpp:460–463  ·  view source on GitHub ↗

* Sets the loft index for a certain layer. * @param loft The loft index. * @param layer The layer. */

Source from the content-addressed store, hash-verified

458 * @param layer The layer.
459 */
460void MapData::setLoftID(int loft, int layer)
461{
462 _loftID[layer] = loft;
463}
464
465/**
466 * Gets the amount of explosive.

Callers 2

modifyDataMethod · 0.80
loadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected