TGame.GameStyle

From Soldat Community Wiki
Revision as of 13:58, 23 July 2013 by Mighty (talk | contribs) (Created page with " '''''property GameStyle: Byte''''' Access mode: RW ==Description== Number representing the current gamemode used.<br> When executed, players are kicked.<br> Available val...")
(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