MCPcopy Create free account
hub / github.com/JACoders/OpenJK / GetTime

Method GetTime

code/game/Q3_Interface.cpp:7914–7917  ·  view source on GitHub ↗

Gets the current time

Source from the content-addressed store, hash-verified

7912
7913//Gets the current time
7914unsigned int CQuake3GameInterface::GetTime( void )
7915{
7916 return level.time;
7917}
7918
7919// DWORD CQuake3GameInterface::GetTimeScale(void ) {}
7920

Callers 4

GoMethod · 0.45
WaitMethod · 0.45
WaitSignalMethod · 0.45
CheckRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected