TGame.GameStyle

From Soldat Community Wiki
Revision as of 13:59, 23 July 2013 by Mighty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
property GameStyle: Byte
 Access mode: RW

Description

Number representing the current gamemode used.
When executed, players are kicked.
Available values:

 0: Death Match
 1: Point Match
 2: Team Match
 3: Capture the Flag
 4: Rambo
 5: Infiltration 
 6: Hold the Flag 

Example

  Game.GameStyle := 3; // changes gamemode to Capture the flag