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

Method getLoftID

src/Ruleset/MapData.cpp:450–453  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

448 * @return The loft index.
449 */
450int MapData::getLoftID(int layer) const
451{
452 return _loftID[layer];
453}
454
455/**
456 * Sets the loft index for a certain layer.

Callers 2

detonateMethod · 0.80
voxelCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected