MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getMonth

Method getMonth

src/Savegame/GameTime.cpp:229–232  ·  view source on GitHub ↗

* Returns the current ingame month. * @return Month (1-12). */

Source from the content-addressed store, hash-verified

227 * @return Month (1-12).
228 */
229int GameTime::getMonth() const
230{
231 return _month;
232}
233
234/**
235 * Returns a localizable-string representation of

Callers 3

MonthlyReportStateMethod · 0.80
getSunDirectionMethod · 0.80
GraphsStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected