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
+9
View File
@@ -458,6 +458,15 @@ functag VoteHandler public(Handle:menu,
*/
native SetVoteResultCallback(Handle:menu, VoteHandler:callback);
/**
* Returns the number of seconds you should "wait" before displaying
* a publicly invocable menu. This number is the time remaining until
* (last_vote + sm_vote_delay).
*
* @return Number of seconds to wait, or 0 for none.
*/
native CheckVoteDelay();
/**
* Returns a style's global Handle.
*