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

Method setTUFly

src/Ruleset/MapData.cpp:523–526  ·  view source on GitHub ↗

* Sets the TUFly value. * @param TUFly The new TUFly value. */

Source from the content-addressed store, hash-verified

521 * @param TUFly The new TUFly value.
522 */
523void MapData::setTUFly(const int TUFly)
524{
525 _TUFly = TUFly;
526}
527
528/**
529 * Sets the TUSlide value.

Callers 1

modifyDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected