* Gets the displayed level. * @return The displayed layer. */
| 508 | * @return The displayed layer. |
| 509 | */ |
| 510 | int Camera::getViewLevel() const |
| 511 | { |
| 512 | return _mapOffset.z; |
| 513 | } |
| 514 | |
| 515 | /** |
| 516 | * Gets the map size x. |
no outgoing calls
no test coverage detected