MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / setTileVisual

Method setTileVisual

source/entities/Tile.h:187–188  ·  view source on GitHub ↗

\brief Sets the tile type (rock, claimed, etc.).

Source from the content-addressed store, hash-verified

185
186 //! \brief Sets the tile type (rock, claimed, etc.).
187 inline void setTileVisual(TileVisual tileVisual)
188 { mTileVisual = tileVisual; }
189
190 //! \brief A mutator to change how "filled in" the tile is.
191 //! Additionally this function refreshes floodfill if needed (if a tile becomes walkable)

Callers 1

processMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected