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

Method setTile

src/Savegame/BattleItem.cpp:399–402  ·  view source on GitHub ↗

* Sets the item's tile. * @param tile The tile. */

Source from the content-addressed store, hash-verified

397 * @param tile The tile.
398 */
399void BattleItem::setTile(Tile *tile)
400{
401 _tile = tile;
402}
403
404/**
405 * Gets the item's id.

Callers 7

setUnitMethod · 0.45
addItemMethod · 0.45
removeItemMethod · 0.45
nextStageMethod · 0.45
prepareDebriefingMethod · 0.45
convertUnitMethod · 0.45
convertUnitToCorpseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected