clarified and fixed the meaning of timelimit/timeleft when no frames have been processed

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401468
This commit is contained in:
David Anderson
2007-09-23 20:11:48 +00:00
parent 997bab506c
commit 8bbbb57d8c
5 changed files with 40 additions and 19 deletions
+3 -2
View File
@@ -198,8 +198,9 @@ namespace SourceMod
* @brief Returns the time left in the map.
*
* @param pTime Pointer to store time left, in seconds.
* @return True on success, false if there no time limit
* or if the time limit could not be determined.
* If there is no time limit, the number will
* be below 0.
* @return True on success, false if no support.
*/
virtual bool GetMapTimeLeft(float *pTime) =0;
};