* Returns the current ingame second. * @return Second (0-59). */
| 141 | * @return Second (0-59). |
| 142 | */ |
| 143 | int GameTime::getSecond() const |
| 144 | { |
| 145 | return _second; |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Returns the current ingame minute. |
no outgoing calls
no test coverage detected