Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getMarkerColor
Method
getMarkerColor
src/Savegame/Tile.cpp:830–833 ·
view source on GitHub ↗
* Get the marker color on this tile. * @return color */
Source
from the content-addressed store, hash-verified
828
* @return color
829
*/
830
int Tile::getMarkerColor()
831
{
832
return _markerColor;
833
}
834
835
/**
836
* Set the tile visible flag.
Callers
1
drawTerrain
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected