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

Method setTUSlide

src/Ruleset/MapData.cpp:532–535  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

530 * @param TUSlide The new TUSlide value.
531 */
532void MapData::setTUSlide(const int TUSlide)
533{
534 _TUSlide = TUSlide;
535}
536
537/**
538 * check if this is an xcom base object.

Callers 1

modifyDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected