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

Method SetGameTimeFactor

ogsr_engine/xrGame/Level.cpp:710–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void CLevel::SetGameTimeFactor(const float fTimeFactor)
711{
712 game->SetGameTimeFactor(fTimeFactor);
713}
714
715void CLevel::SetGameTimeFactor(ALife::_TIME_ID GameTime, const float fTimeFactor)
716{

Callers 8

IR_OnKeyboardPressMethod · 0.45
set_time_factorFunction · 0.45
AdvanceGameTimeFunction · 0.45
net_import_GameTimeMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected