Difference between revisions of "CliLogged"

From Wiki
Jump to: navigation, search
(Example)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
{{header|Client Variables|ro|Returns if a character is logged into the game.}}
== #cliLogged ==
+
'''Client System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
Returns if a character is logged into the game.
+
 
+
'''Table 35. #cliLogged values.'''
+
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
 +
|+#cliLogged Values
 
|-
 
|-
 
| width=40px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description
 
| width=40px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description
Line 25: Line 18:
 
</pre>
 
</pre>
  
==== See Also ====
+
=See Also=
{|
+
{{Client Variables}}
| Width=200px |
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Client_Variables|Client System Variables]]
+
|}
+

Latest revision as of 10:19, 7 September 2007

Returns if a character is logged into the game.
#cliLogged Values
Value Description
0 Not logged in
1 Logged in

Example

if #cliLogged = 1
   gosub login

See Also

Client Variables

  • The client variables hold information about the Ultima Online client that EasyUO is attached to.
#cliVer Returns the version of the client
#cliCnt Returns the number of clients currently running
#cliNr Returns which client is currently active for EasyUO
#cliXRes Returns the width of the gameplay window
#cliYRes Returns the height of the gameplay window
#cliLeft Returns the X coordinate of the left edge of the gameplay window
#cliTop Returns the Y coordinate of the top edge of the gameplay window
#cliLogged Returns if a character is logged into the game