* Gets the type of object. * @return The object type (0-3). */
| 244 | * @return The object type (0-3). |
| 245 | */ |
| 246 | int MapData::getObjectType() const |
| 247 | { |
| 248 | return _objectType; |
| 249 | } |
| 250 | |
| 251 | /** |
| 252 | * Sets a special tile type and object type. |
no outgoing calls
no test coverage detected