Difference between revisions of "TGame.StartVoteMap"
(Created page with " '''''procedure StartVoteMap(Name: string)''''' Name: Name of the map to vote ==Description== Starts a vote to change map<br> ==Example== <syntaxhighlight lang="pascal"> Ga...") |
(→Description) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
Name: Name of the map to vote | Name: Name of the map to vote | ||
==Description== | ==Description== | ||
− | Starts a vote | + | Starts a vote for target map.<br> |
+ | Note that this will NOT trigger TActivePlayer.OnVoteMapStart | ||
==Example== | ==Example== |
Latest revision as of 13:36, 24 November 2014
procedure StartVoteMap(Name: string) Name: Name of the map to vote
Description
Starts a vote for target map.
Note that this will NOT trigger TActivePlayer.OnVoteMapStart
Example
Game.StartVoteMap('ctf_Laos');