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

Method getSecond

src/Savegame/GameTime.cpp:143–146  ·  view source on GitHub ↗

* Returns the current ingame second. * @return Second (0-59). */

Source from the content-addressed store, hash-verified

141 * @return Second (0-59).
142 */
143int GameTime::getSecond() const
144{
145 return _second;
146}
147
148/**
149 * Returns the current ingame minute.

Callers 2

timeDisplayMethod · 0.80
getSunDirectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected