Difference between revisions of "Terminate"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{{command header|client}}
== Terminate ==
+
{{body|terminate [{"uo"} | {"euo"}]|The terminate command terminates the current client or the current EasyUO instance. If the current client is terminated the system variables #cliNr and #cliCnt are updated accordingly.}}
'''Client'''
+
=== Synopsis ===
+
terminate [{"uo"} | {"euo"}]
+
 
+
=== Description ===
+
The terminate command terminates the current client or the current EasyUO instance. If the current client is terminated the system variables #cliNr and #cliCnt are updated accordingly.
+
  
 
<table border="1">
 
<table border="1">
Line 28: Line 22:
 
</pre>
 
</pre>
  
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[uoXL]] || Width=200px | [[Var_cliNr|&#0035;cliNr]] || Width=200px | [[Var_cliCnt|&#0035;cliCnt]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Client |Client ]]
+
|}
+

Revision as of 11:17, 27 August 2005

Synopsis

terminate [{"uo"}

Description

{"euo"}]
uo (default) Closes the current UO client
euo Closes the current EasyUO instance


Example

; This will cause the script containing this line to close and will NOT
; automatically save your work!
terminate euo

See also

Main Page Documentation