MCPcopy Create free account
hub / github.com/ZDoom/Raze / seconds

Function seconds

source/core/statistics.cpp:244–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242inline int hours(int v) { return v / (60*60); }
243inline int minutes(int v) { return (v % (60*60)) / (60); }
244inline int seconds(int v) { return (v % (60)); }
245
246static void SaveStatistics(const char *fn, TArray<FStatistics> &statlist)
247{

Callers 1

SaveStatisticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected