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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user