Difference between revisions of "TGame.VotePercent"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''property VotePercent: Single''''' Access mode: RW ==Description== Required percent of all votes for the vote to pass.<br> Hint: vote will never pass with VoteLimit ab...")
 
 
Line 6: Line 6:
 
Hint: vote will never pass with VoteLimit above 100%
 
Hint: vote will never pass with VoteLimit above 100%
 
<br>  
 
<br>  
 
==Example==
 
 
<syntaxhighlight lang="pascal">
 
 
</syntaxhighlight>
 
  
 
[[Category:TGame]]
 
[[Category:TGame]]

Latest revision as of 15:42, 23 July 2013

property VotePercent: Single
 Access mode: RW

Description

Required percent of all votes for the vote to pass.
Hint: vote will never pass with VoteLimit above 100%