* Gets the loft index for a certain layer. * @param layer The layer. * @return The loft index. */
| 448 | * @return The loft index. |
| 449 | */ |
| 450 | int MapData::getLoftID(int layer) const |
| 451 | { |
| 452 | return _loftID[layer]; |
| 453 | } |
| 454 | |
| 455 | /** |
| 456 | * Sets the loft index for a certain layer. |
no outgoing calls
no test coverage detected