TGame.LoadCon

From Soldat Community Wiki
Revision as of 13:45, 23 July 2013 by Mighty (talk | contribs) (Created page with " '''''function LoadCon(ConfigFile: string): Boolean''''' ConfigFile: path to config file Result: if it worked or not ==Description== Changes game configuration<br> Players...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
function LoadCon(ConfigFile: string): Boolean
 ConfigFile: path to config file
 Result: if it worked or not

Description

Changes game configuration
Players are kicked when executed Returns true if configuration has been loaded, false otherwise

Example

Game.LoadCon('Teammatch_Config.ini');