MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GetGameDateTime

Method GetGameDateTime

ogsr_engine/xrGame/Level.cpp:700–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700void CLevel::GetGameDateTime(u32& year, u32& month, u32& day, u32& hours, u32& mins, u32& secs, u32& milisecs)
701{
702 split_time(GetGameTime(), year, month, day, hours, mins, secs, milisecs);
703}
704
705float CLevel::GetGameTimeFactor()
706{

Callers

nothing calls this directly

Calls 1

split_timeFunction · 0.85

Tested by

no test coverage detected