* Returns the current ingame month. * @return Month (1-12). */
| 227 | * @return Month (1-12). |
| 228 | */ |
| 229 | int GameTime::getMonth() const |
| 230 | { |
| 231 | return _month; |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * Returns a localizable-string representation of |
no outgoing calls
no test coverage detected