$cid: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 6: Line 6:


== See also ==
== See also ==
* Some window identifiers have their own connection id counterpart, such as [[$activecid]] and [[$lactivecid]].
* Some window identifiers have their own connection id counterpart, such as [[$activecid]] and [[$lactivecid]].
* Most [[:Category:Window Identifiers|window related identifers]] also have a .cid property.
* Most [[:Category:Window Identifiers|window related identifers]] also have a .cid property.




[[Category:Identifiers]] [[Category:Multi-server]]
[[Category:Multi-server]]
[[Category:Identifiers]]

Latest revision as of 23:16, 2 February 2011

Returns the server connection id for the current script.

$cid
  • This identifier has no properties or parameters

See also