ALFA.SystemInfo.ShutdownGameServer C# (CSharp) Метод

ShutdownGameServer() публичный статический Метод

Request that the game server cleanly shut down. Note that NWNX4 will restart the game server afterwards in the default ALFA configuration, so this function is usually used to restart the game server, not stop it permanently.
public static ShutdownGameServer ( CLRScriptBase Script ) : void
Script CLRScriptFramework.CLRScriptBase Supplies the caller's script object.
Результат void
        public static void ShutdownGameServer(CLRScriptBase Script)
        {
            Script.NWNXSetString("SRVADMIN", "SHUTDOWNNWN2SERVER", "", 0, "");
        }