TGame.GameStyle

From Soldat Community Wiki
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