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

Method GetGameTimeFactor

ogsr_engine/xrGame/Level.cpp:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705float CLevel::GetGameTimeFactor()
706{
707 return (game->GetGameTimeFactor());
708}
709
710void CLevel::SetGameTimeFactor(const float fTimeFactor)
711{

Callers 3

get_time_factorFunction · 0.45
AdvanceGameTimeFunction · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected