Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
399
void BattleItem::setTile(Tile *tile)
400
{
401
_tile = tile;
402
}
403
404
/**
405
* Gets the item's id.
Callers
7
setUnit
Method · 0.45
addItem
Method · 0.45
removeItem
Method · 0.45
nextStage
Method · 0.45
prepareDebriefing
Method · 0.45
convertUnit
Method · 0.45
convertUnitToCorpse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected