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

Method getDay

src/Savegame/GameTime.cpp:190–193  ·  view source on GitHub ↗

* Returns the current ingame day. * @return Day (1-31). */

Source from the content-addressed store, hash-verified

188 * @return Day (1-31).
189 */
190int GameTime::getDay() const
191{
192 return _day;
193}
194
195/**
196 * Returns the localized representation of the current

Callers 2

time1DayMethod · 0.80
getSunDirectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected