added amb764, vote delay setting

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401297
This commit is contained in:
David Anderson
2007-08-09 19:05:34 +00:00
parent 3cd3a0a8d6
commit e6fa620ae2
7 changed files with 104 additions and 0 deletions
+8
View File
@@ -807,6 +807,14 @@ namespace SourceMod
* @brief Cancels the vote in progress. This calls IBaseMenu::Cancel().
*/
virtual void CancelVoting() =0;
/**
* @brief Returns the remaining vote delay from the last menu. This delay is
* a suggestion for all public votes, and is not enforced.
*
* @return Number of seconds to wait.
*/
virtual unsigned int GetRemainingVoteDelay() =0;
};
}