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

Method isGravLift

src/Ruleset/MapData.cpp:133–136  ·  view source on GitHub ↗

* Gets whether this is a grav lift. * @return True if this is a grav lift. */

Source from the content-addressed store, hash-verified

131 * @return True if this is a grav lift.
132 */
133bool MapData::isGravLift() const
134{
135 return _isGravLift;
136}
137
138/**
139 * Sets all kinds of flags.

Callers 5

destroyMethod · 0.80
nextStageMethod · 0.80
runMethod · 0.80
validateUpDownMethod · 0.80
voxelCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected