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