* Returns the current ingame hour. * @return Hour (0-23). */
| 159 | * @return Hour (0-23). |
| 160 | */ |
| 161 | int GameTime::getHour() const |
| 162 | { |
| 163 | return _hour; |
| 164 | } |
| 165 | |
| 166 | /** |
| 167 | * Returns the current ingame weekday. |
no outgoing calls
no test coverage detected