Difference between revisions of "StartServer"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure StartServer;'' '''Parameter Info:''' None '''Description:''' This function will start the Soldat Server. IMPORTANT: Ma...")
 
(No difference)

Latest revision as of 12:20, 15 August 2012

From the Scripting Manual

procedure StartServer;

Parameter Info:
 None

Description:
 This function will start the Soldat Server.
 IMPORTANT: Make sure the server has already shutdown before executing this function!
     

Examples

StartServer;


External Links