Difference between revisions of "$lactivecid"

From Scriptwiki
Jump to: navigation, search
 
m
Line 1: Line 1:
 
Returns the connection id of the last active window.
 
Returns the connection id of the last active window.
 
  $lactivecid
 
  $lactivecid
 
  
 
== See Also ==
 
== See Also ==
To get the connection if of the currently active window, look at [[$activecid]].
+
* [[$activecid]] to get the connection of the currently active window.
 
+
* [[On_active|On active event]] to react on windows changes.
To react on windows changes, look at the [[On_active|On active event]].
 
  
 
[[Category:Multi-server]]
 
[[Category:Multi-server]]

Revision as of 11:28, 2 July 2007

Returns the connection id of the last active window.

$lactivecid

See Also