MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / elapsedTime

Method elapsedTime

source/game/StarGameTimers.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142double EpochTimer::elapsedTime() const {
143 return m_elapsedTime;
144}
145
146void EpochTimer::setElapsedTime(double elapsedTime) {
147 m_elapsedTime = elapsedTime;

Callers 3

updateMethod · 0.80
updateTakenMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected