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

Method setTime

src/Savegame/SavedGame.cpp:735–738  ·  view source on GitHub ↗

* Changes the current time of the game. * @param time Game time. */

Source from the content-addressed store, hash-verified

733 * @param time Game time.
734 */
735void SavedGame::setTime(GameTime time)
736{
737 _time = new GameTime(time);
738}
739
740/**
741 * Returns the latest ID for the specified object

Callers 3

prepareDebriefingMethod · 0.45
newSaveMethod · 0.45
time5SecondsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected