added amb764, vote delay setting
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401297
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user