Shutdown

From Soldat Community Wiki
Revision as of 11:06, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== ''procedure Shutdown;'' '''Parameter Info:''' None '''Description:''' This function will Shutdown the Soldat Server and terminate it...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From the Scripting Manual

procedure Shutdown;

Parameter Info:
 None

Description:
 This function will Shutdown the Soldat Server and terminate its process. You cannot execute anymore   functions after calling this procedure.
     

Examples

Shutdown;


External Links