Setlayer: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
mNo edit summary
 
Aca20031 (talk | contribs)
m $wid link
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
==See Also==
==See Also==
* [[window]]
* [[window]]
* $wid
* [[$wid]]




[[Category:Undocumented Commands]] [[Category:Commands]] [[Category:Custom Windows]]
[[Category:Undocumented commands]] [[Category:Commands]] [[Category:Custom Windows]]

Latest revision as of 17:09, 11 November 2008

Sets the opacity of the main mIRC window, or of desktop windows created by /window -d

setlayer <0-255> [@desktop window|@wid]
  • The first parameter represents how opaque to make the window. 255 is fully opaque (or 0% transparent) and 0 is fully transparent (0% opaque)
  • The second parameter can be a desktop window, or the window ID for a desktop window.

See Also