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

Method GetGameTime

ogsr_engine/xrGame/Level.cpp:649–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647void CLevel::PhisStepsCallback(u32, u32) {}
648
649ALife::_TIME_ID CLevel::GetGameTime()
650{
651 return (game->GetGameTime());
652 // return (Server->game->GetGameTime());
653}
654
655ALife::_TIME_ID CLevel::GetEnvironmentGameTime()
656{

Callers 15

fillMethod · 0.45
get_time_daysFunction · 0.45
get_time_hoursFunction · 0.45
get_time_minutesFunction · 0.45
AdvanceGameTimeFunction · 0.45
PushNewsDataMethod · 0.45
OnReceiveInfoMethod · 0.45
UpdateStateMethod · 0.45
addMethod · 0.45
addMethod · 0.45
UpdateConditionTimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected