* Returns the current ingame day. * @return Day (1-31). */
| 188 | * @return Day (1-31). |
| 189 | */ |
| 190 | int GameTime::getDay() const |
| 191 | { |
| 192 | return _day; |
| 193 | } |
| 194 | |
| 195 | /** |
| 196 | * Returns the localized representation of the current |
no outgoing calls
no test coverage detected