TGame.ScoreLimit

From Soldat Community Wiki
Revision as of 14:24, 23 July 2013 by Mighty (talk | contribs) (Created page with " '''''property ScoreLimit: Byte''''' Access mode: RW ==Description== Number representing the score after which the map will be changed.<br> ==Comments== Imagine a CTF mat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
property ScoreLimit: Byte
 Access mode: RW

Description

Number representing the score after which the map will be changed.

Comments

Imagine a CTF match with the score 5-5 and Game.ScoreLimit = 10. 
If you change the Game.ScoreLimit to 3 now, the map will never be changed
because of the score limit reached (it can be ended by time limit, vote or manually though).