* Sets a special tile type and object type. * @param value Special tile type. * @param otype Object type. */
| 254 | * @param otype Object type. |
| 255 | */ |
| 256 | void MapData::setSpecialType(int value, int otype) |
| 257 | { |
| 258 | _specialType = (SpecialTileType)value; |
| 259 | _objectType = otype; |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Gets the TU cost to walk over the object. |
no outgoing calls
no test coverage detected