* Gets info about special tile types. * @return The special tile type. */
| 235 | * @return The special tile type. |
| 236 | */ |
| 237 | SpecialTileType MapData::getSpecialType() const |
| 238 | { |
| 239 | return _specialType; |
| 240 | } |
| 241 | |
| 242 | /** |
| 243 | * Gets the type of object. |
no outgoing calls
no test coverage detected